Home
last modified time | relevance | path

Searched refs:KEY_HEIGHT (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DGpuVideoTrackDecoder.java83 mOutputHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in GpuVideoTrackDecoder()
DCpuVideoTrackDecoder.java62 mHeight = format.getInteger(MediaFormat.KEY_HEIGHT); in CpuVideoTrackDecoder()
/frameworks/base/media/java/android/media/
DMediaFormat.java241 public static final String KEY_HEIGHT = "height"; field in MediaFormat
1619 format.setInteger(KEY_HEIGHT, height); in createVideoFormat()
DMediaCodecInfo.java1791 format.getInteger(MediaFormat.KEY_HEIGHT, 0), in covers()
2022 Integer height = (Integer)map.get(MediaFormat.KEY_HEIGHT); in supportsFormat()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp188 format->setInt32(KEY_HEIGHT, gVideoHeight); in prepareEncoder()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecConstants.h766 constexpr char KEY_HEIGHT[] = "height"; variable
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp403 newFormat->setInt32(KEY_HEIGHT, mOutputHeight); in onHeicFormatChanged()
1259 outputFormat->setInt32(KEY_HEIGHT, !useGrid ? height : gridHeight); in initializeCodec()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java958 height = format.getInteger(MediaFormat.KEY_HEIGHT); in validateRecording()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp562 add(ConfigMapper(KEY_HEIGHT, C2_PARAMKEY_PICTURE_SIZE, "height") in initializeStandardParams()
1208 (void)msg->findInt32(KEY_HEIGHT, &height); in getSdkFormatForDomain()
DCCodec.cpp757 if (!msg->findInt32(KEY_HEIGHT, &i32)) { in configure()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14966 field public static final java.lang.String KEY_HEIGHT = "height";
/frameworks/base/non-updatable-api/
Dcurrent.txt25326 field public static final String KEY_HEIGHT = "height";
/frameworks/base/api/
Dcurrent.txt25350 field public static final String KEY_HEIGHT = "height";