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