HomeSort by relevance Sort by last modified time
    Searched refs:OMX_VIDEO_AVCPROFILETYPE (Results 1 - 19 of 19) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.h 64 OMX_VIDEO_AVCPROFILETYPE mCurrentProfile;
OMXVideoDecoderPAVC.cpp 199 mCurrentProfile = (OMX_VIDEO_AVCPROFILETYPE) p->eProfile;
OMXVideoEncoderAVC.cpp 24 OMX_VIDEO_AVCPROFILETYPE key;
39 { (OMX_VIDEO_AVCPROFILETYPE) 0, (VAProfile) 0, "Not Supported" },
100 if (ProfileTable[profile_index].key == (OMX_VIDEO_AVCPROFILETYPE) 0)
131 mParamAvc.eProfile = (OMX_VIDEO_AVCPROFILETYPE) mPLTable[0].profile;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 791 typedef enum OMX_VIDEO_AVCPROFILETYPE {
    [all...]
OMX_AsString.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h 770 typedef enum OMX_VIDEO_AVCPROFILETYPE {
781 } OMX_VIDEO_AVCPROFILETYPE;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Video.h 766 typedef enum OMX_VIDEO_AVCPROFILETYPE {
777 } OMX_VIDEO_AVCPROFILETYPE;
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h 770 typedef enum OMX_VIDEO_AVCPROFILETYPE {
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 766 typedef enum OMX_VIDEO_AVCPROFILETYPE {
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 784 typedef enum OMX_VIDEO_AVCPROFILETYPE {
795 } OMX_VIDEO_AVCPROFILETYPE;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 766 typedef enum OMX_VIDEO_AVCPROFILETYPE {
777 } OMX_VIDEO_AVCPROFILETYPE;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /frameworks/av/include/media/stagefright/
ACodec.h 105 OMX_VIDEO_AVCPROFILETYPE profile = OMX_VIDEO_AVCProfileBaseline);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 802 m_sParamAVC.eProfile = (OMX_VIDEO_AVCPROFILETYPE)m_sParamProfileLevel.eProfile;
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 226 const static ALookup<uint8_t, OMX_VIDEO_AVCPROFILETYPE> profiles {
237 OMX_VIDEO_AVCPROFILETYPE codecProfile;
    [all...]
ACodec.cpp     [all...]

Completed in 579 milliseconds