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

  /frameworks/native/include/media/hardware/
HardwareAPI.h 97 // nMaxFrameWidth and nMaxFrameHeight are the dimensions of the largest
99 // change is expected, and the nMaxFrameWidth/Height fields are unused.
113 OMX_U32 nMaxFrameWidth;
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 648 if (p->nMaxFrameWidth > kMaxAdaptiveStreamingWidth
650 LOGE("resolution %d x %d exceed max driver support %d x %d\n",p->nMaxFrameWidth, p->nMaxFrameHeight,
657 if (p->nMaxFrameWidth < 640 && p->nMaxFrameHeight < 480) {
659 p->nMaxFrameWidth = kMaxAdaptiveStreamingWidth;
667 mMaxFrameWidth = p->nMaxFrameWidth;
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 343 mAdaptiveMaxWidth = adaptivePlaybackParams->nMaxFrameWidth;
OMXNodeInstance.cpp 478 params.nMaxFrameWidth = maxFrameWidth;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 169 milliseconds