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

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.h 31 const char *componentRole,
SoftVPX.cpp 31 const char *componentRole,
37 name, componentRole, codingType,
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 67 const char *componentName, const char *componentRole);
70 const char *componentName, const char *componentRole);
73 const char *componentName, const char *componentRole);
OMXHarness.cpp 280 const char *componentName, const char *componentRole) {
296 err = setRole(node, componentRole);
446 static const char *GetMimeFromComponentRole(const char *componentRole) {
472 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
562 const char *componentName, const char *componentRole) {
564 !strncmp(componentRole, "audio_encoder.", 14)
565 || !strncmp(componentRole, "video_encoder.", 14);
574 const char *mime = GetMimeFromComponentRole(componentRole);
577 printf(" * Cannot perform seek test with this componentRole (%s)\n",
578 componentRole);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 29 const char *componentRole,
SoftMPEG4.cpp 54 const char *componentRole,
62 name, componentRole, codingType, profileLevels, numProfileLevels,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h 34 const char *componentRole,
SoftMPEG4Encoder.cpp 61 const char *componentRole,
70 name, componentRole, codingType,
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 35 const char *componentRole,
SoftVideoEncoderOMXComponent.h 33 const char *componentRole,
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 45 const char *componentRole,
67 mComponentRole(componentRole),
SoftVideoEncoderOMXComponent.cpp 56 const char *componentRole,
75 mComponentRole(componentRole),
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 606 OMX_PARAM_COMPONENTROLETYPE componentRole;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 620 OMX_PARAM_COMPONENTROLETYPE componentRole;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 653 OMX_PARAM_COMPONENTROLETYPE componentRole;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 748 OMX_PARAM_COMPONENTROLETYPE componentRole;
OMX_G711Decoder.h 674 OMX_PARAM_COMPONENTROLETYPE componentRole;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 560 OMX_PARAM_COMPONENTROLETYPE *componentRole;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 669 OMX_PARAM_COMPONENTROLETYPE *componentRole;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 656 OMX_PARAM_COMPONENTROLETYPE componentRole;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 835 OMX_PARAM_COMPONENTROLETYPE componentRole;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 457 OMX_PARAM_COMPONENTROLETYPE componentRole;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 377 OMX_CONF_INIT_STRUCT( &pComponentPrivate->componentRole, OMX_PARAM_COMPONENTROLETYPE, pComponentPrivate->dbg);
389 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_H263);
396 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_H264);
403 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_MPEG2);
410 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_MPEG4);
418 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_H263);
426 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_WMV9);
434 strcpy((char*)pComponentPrivate->componentRole.cRole, VIDDEC_COMPONENTROLES_MPEG4);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 911 OMX_PARAM_COMPONENTROLETYPE *componentRole;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 582 OMX_PARAM_COMPONENTROLETYPE componentRole;

Completed in 189 milliseconds

1 2 3