Jetson Inference
DNN Vision Library
|
This is the complete list of members for gstEncoder, including all inherited members.
buildCapsStr() | gstEncoder | protected |
buildLaunchStr() | gstEncoder | protected |
Create(gstCodec codec, uint32_t width, uint32_t height, const char *filename) | gstEncoder | static |
Create(gstCodec codec, uint32_t width, uint32_t height, const char *ipAddress, uint16_t port) | gstEncoder | static |
Create(gstCodec codec, uint32_t width, uint32_t height, const char *filename, const char *ipAddress, uint16_t port) | gstEncoder | static |
EncodeI420(void *buffer, size_t size) | gstEncoder | |
EncodeRGBA(uint8_t *buffer) | gstEncoder | |
EncodeRGBA(float *buffer, float maxPixelValue=255.0f) | gstEncoder | |
GetHeight() const | gstEncoder | inline |
GetWidth() const | gstEncoder | inline |
gstEncoder() | gstEncoder | protected |
init(gstCodec codec, uint32_t width, uint32_t height, const char *filename, const char *ipAddress, uint16_t port) | gstEncoder | protected |
mAppSrc | gstEncoder | protected |
mBufferCaps | gstEncoder | protected |
mBus | gstEncoder | protected |
mCapsStr | gstEncoder | protected |
mCodec | gstEncoder | protected |
mCpuI420 | gstEncoder | protected |
mCpuRGBA | gstEncoder | protected |
mGpuI420 | gstEncoder | protected |
mGpuRGBA | gstEncoder | protected |
mHeight | gstEncoder | protected |
mLaunchStr | gstEncoder | protected |
mNeedData | gstEncoder | protected |
mOutputIP | gstEncoder | protected |
mOutputPath | gstEncoder | protected |
mOutputPort | gstEncoder | protected |
mPipeline | gstEncoder | protected |
mWidth | gstEncoder | protected |
onEnoughData(_GstElement *pipeline, void *user_data) | gstEncoder | protectedstatic |
onNeedData(_GstElement *pipeline, uint32_t size, void *user_data) | gstEncoder | protectedstatic |
~gstEncoder() | gstEncoder |