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

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 908 bool m_reject_avc_1080p_mp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 930 bool m_reject_avc_1080p_mp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 979 bool m_reject_avc_1080p_mp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 1127 bool m_reject_avc_1080p_mp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 585 m_reject_avc_1080p_mp (0),
636 m_reject_avc_1080p_mp = atoi(property_value);
637 DEBUG_PRINT_HIGH("vidc.dec.profile.check value is %d",m_reject_avc_1080p_mp);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 636 m_reject_avc_1080p_mp (0),
693 m_reject_avc_1080p_mp = atoi(property_value);
694 DEBUG_PRINT_HIGH("vidc.dec.profile.check value is %d",m_reject_avc_1080p_mp);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 652 m_reject_avc_1080p_mp (0),
712 m_reject_avc_1080p_mp = atoi(property_value);
713 DEBUG_PRINT_HIGH("vendor.vidc.dec.profile.check value is %d",m_reject_avc_1080p_mp);
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 705 m_reject_avc_1080p_mp = atoi(property_value);
706 DEBUG_PRINT_HIGH("vidc.dec.profile.check value is %d",m_reject_avc_1080p_mp);
    [all...]

Completed in 429 milliseconds