Home
last modified time | relevance | path

Searched refs:OMX_STRING (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dentrypoint.c103 strcpy ((OMX_STRING) h264d_role.role, OMX_VID_DEC_AVC_ROLE); in OMX_ComponentInit()
110 strcpy ((OMX_STRING) h264e_role.role, OMX_VID_ENC_AVC_ROLE); in OMX_ComponentInit()
118 strcpy ((OMX_STRING) h264dprc_type.class_name, "h264dprc_class"); in OMX_ComponentInit()
120 strcpy ((OMX_STRING) h264dprc_type.object_name, "h264dprc"); in OMX_ComponentInit()
123 strcpy ((OMX_STRING) h264d_inport_type.class_name, "h264dinport_class"); in OMX_ComponentInit()
125 strcpy ((OMX_STRING) h264d_inport_type.object_name, "h264dinport"); in OMX_ComponentInit()
128 strcpy ((OMX_STRING) h264eprc_type.class_name, "h264eprc_class"); in OMX_ComponentInit()
130 strcpy ((OMX_STRING) h264eprc_type.object_name, "h264eprc"); in OMX_ComponentInit()
133 strcpy ((OMX_STRING) h264e_inport_type.class_name, "h264einport_class"); in OMX_ComponentInit()
135 strcpy ((OMX_STRING) h264e_inport_type.object_name, "h264einport"); in OMX_ComponentInit()
[all …]
/third_party/openmax/api/1.1.2/
DOMX_Core.h1245 OMX_OUT OMX_STRING cComponentName,
1279 OMX_IN OMX_STRING cComponentName,
1361 OMX_IN OMX_STRING szURI);
1391 OMX_IN OMX_STRING role,
1421 OMX_IN OMX_STRING compName,
DOMX_Component.h250 OMX_STRING sLanguageCountry;
275 OMX_STRING cNodeName;
339 OMX_OUT OMX_STRING pComponentName,
394 OMX_IN OMX_STRING cParameterName,
DOMX_Types.h208 typedef char* OMX_STRING; typedef
DOMX_Image.h112 OMX_STRING cMIMEType;
DOMX_Video.h125 OMX_STRING cMIMEType;
DOMX_Audio.h105 OMX_STRING cMIMEType; /**< MIME type of data for the port */
/third_party/ffmpeg/libavcodec/
Domx.c81 OMX_ERRORTYPE (*ptr_ComponentNameEnum)(OMX_STRING, OMX_U32, OMX_U32);
82 OMX_ERRORTYPE (*ptr_GetHandle)(OMX_HANDLETYPE*, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE*);
84 OMX_ERRORTYPE (*ptr_GetComponentsOfRole)(OMX_STRING, OMX_U32*, OMX_U8**);
85 OMX_ERRORTYPE (*ptr_GetRolesOfComponent)(OMX_STRING, OMX_U32*, OMX_U8**);
351 omx_context->ptr_GetComponentsOfRole((OMX_STRING) role, &num, NULL); in find_component()
366 omx_context->ptr_GetComponentsOfRole((OMX_STRING) role, &num, (OMX_U8**) components); in find_component()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c59 static OMX_ERRORTYPE vid_dec_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name);
154 static OMX_ERRORTYPE vid_dec_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name) in vid_dec_Constructor()
Dvid_enc.c58 static OMX_ERRORTYPE vid_enc_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name);
124 static OMX_ERRORTYPE vid_enc_Constructor(OMX_COMPONENTTYPE *comp, OMX_STRING name) in vid_enc_Constructor()