HomeSort by relevance Sort by last modified time
    Searched refs:OMX_STRING (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 13 OMX_STRING name;
15 OMX_STRING pRoleArray[MAX_ROLES];
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 68 if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder", oscl_strlen("audio_decoder")))
76 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.wma"))
81 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.aac"))
86 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amr"))
91 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrnb"))
96 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrwb"))
101 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.mp3"))
117 else if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder", oscl_strlen("video_decoder")))
126 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder.wmv"))
131 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder.avc")
    [all...]
  /device/samsung/crespo/libstagefrighthw/
SEC_OMX_Plugin.h 39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
SEC_OMX_Plugin.cpp 91 OMX_STRING name,
112 const_cast<OMX_STRING>(name), &numRoles, NULL);
126 const_cast<OMX_STRING>(name), &numRoles2, array);
  /hardware/msm7k/libstagefrighthw/
QComOMXPlugin.h 39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
QComOMXPlugin.cpp 90 OMX_STRING name,
111 const_cast<OMX_STRING>(name), &numRoles, NULL);
125 const_cast<OMX_STRING>(name), &numRoles2, array);
  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h 39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
QComOMXPlugin.cpp 109 OMX_STRING name,
142 const_cast<OMX_STRING>(name), &numRoles, NULL);
156 const_cast<OMX_STRING>(name), &numRoles2, array);
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.h 39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
TIOMXPlugin.cpp 90 OMX_STRING name,
111 const_cast<OMX_STRING>(name), &numRoles, NULL);
125 const_cast<OMX_STRING>(name), &numRoles2, array);
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.h 67 OMX_STRING cComponentRole; //OMX component codec type
68 OMX_STRING cComponentName; //OMX component name
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_omx_config_parser.h 36 OMX_STRING cComponentRole; //OMX component codec type
37 OMX_STRING cComponentName; //OMX component name
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Core.h 45 OMX_OUT OMX_STRING cComponentName,
50 OMX_IN OMX_STRING cComponentName,
62 OMX_IN OMX_STRING szURI);
64 OMX_IN OMX_STRING role,
68 OMX_IN OMX_STRING compName,
SEC_OMX_Core.c 105 OMX_OUT OMX_STRING cComponentName,
129 OMX_IN OMX_STRING cComponentName,
261 OMX_IN OMX_STRING szURI)
270 OMX_IN OMX_STRING role,
276 OMX_STRING RoleString[MAX_OMX_COMPONENT_ROLE_SIZE];
294 SEC_OSAL_Strcpy((OMX_STRING)compNames[*pNumComps], gComponentList[i].component.componentName);
308 OMX_IN OMX_STRING compName,
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.h 59 OSCL_EXPORT_REF OMX_ERRORTYPE SEC_OMX_ComponentInit(OMX_HANDLETYPE hComponent, OMX_STRING componentName);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_CodecInterface.h 100 OMX_STRING codecName,
106 OMX_STRING codecName,
110 OMX_STRING Args);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
SEC_OMX_H264enc.h 69 OSCL_EXPORT_REF OMX_ERRORTYPE SEC_OMX_ComponentInit(OMX_HANDLETYPE hComponent, OMX_STRING componentName);
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.h 69 OSCL_EXPORT_REF OMX_ERRORTYPE SEC_OMX_ComponentInit(OMX_HANDLETYPE hComponent, OMX_STRING componentName);
  /frameworks/base/include/media/stagefright/
OMXPluginBase.h 46 OMX_STRING name,
  /frameworks/base/media/libstagefright/omx/
OMXPVCodecsPlugin.h 39 OMX_STRING name,
OMXMaster.h 44 OMX_STRING name,
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.h 77 OMX_STRING StrJpegDecoder= "OMX.TI.IMAGE.JPEG.DEC";
79 OMX_STRING StrJpegDecoder= "OMX.TI.JPEG.decoder";
  /hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h 58 virtual OMX_ERRORTYPE component_init(OMX_IN OMX_STRING componentName)=0;
67 OMX_STRING cmp_name,
107 OMX_STRING paramName,
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.h 84 OSCL_EXPORT_REF OMX_ERRORTYPE SEC_OMX_ComponentInit(OMX_HANDLETYPE hComponent, OMX_STRING componentName);
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_encoder.h 44 OMX_ERRORTYPE component_init(OMX_STRING role);

Completed in 70 milliseconds

1 2 3 4 5 6