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

  /frameworks/base/media/java/android/media/
EncoderCapabilities.java 49 public final int mMinFrameHeight, mMaxFrameHeight; // minn and max frame height (pixel)
65 mMaxFrameHeight = maxFrameHeight;
  /frameworks/av/include/media/
MediaProfiles.h 271 mMinFrameHeight(minFrameHeight), mMaxFrameHeight(maxFrameHeight),
279 int mMinFrameHeight, mMaxFrameHeight;
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 438 OMX_U32 mMaxFrameHeight;
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 580 if (p->format.video.nFrameHeight < mMaxFrameHeight)
581 p->format.video.nFrameHeight = mMaxFrameHeight;
665 mMaxFrameHeight = p->nMaxFrameHeight;
672 paramPortDefinitionOutput.format.video.nFrameHeight = mMaxFrameHeight;
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 127 ALOGV("frame height: min = %d and max = %d", cap.mMinFrameHeight, cap.mMaxFrameHeight);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 314 int videoHeight = highQuality? videoCap.mMaxFrameHeight: videoCap.mMinFrameHeight;

Completed in 105 milliseconds