Lines Matching defs:OMXCodecContext
190 typedef struct OMXCodecContext { struct
191 const AVClass *class;
192 char *libname;
193 char *libprefix;
194 OMXContext *omx_context;
196 AVCodecContext *avctx;
198 char component_name[OMX_MAX_STRINGNAME_SIZE];
199 OMX_VERSIONTYPE version;
200 OMX_HANDLETYPE handle;
201 int in_port, out_port;
202 OMX_COLOR_FORMATTYPE color_format;
203 int stride, plane_size;
205 int num_in_buffers, num_out_buffers;
206 OMX_BUFFERHEADERTYPE **in_buffer_headers;
207 OMX_BUFFERHEADERTYPE **out_buffer_headers;
231 } OMXCodecContext; argument