Home
last modified time | relevance | path

Searched refs:KEY_HEIGHT (Results 1 – 16 of 16) 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/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMediaCodecSurfaceEncoder.java170 encoderFormat.setInteger(MediaFormat.KEY_HEIGHT, in setUpEncoderFormat()
171 decoderFormat.getInteger(MediaFormat.KEY_HEIGHT)); in setUpEncoderFormat()
/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp36 format->setInt32(KEY_HEIGHT, height); in GetRawGraphicOutputBuffers()
167 format->setInt32(KEY_HEIGHT, kHeight); in TEST()
301 format->setInt32(KEY_HEIGHT, kHeight); in TEST()
805 buffer->format()->findInt32(KEY_HEIGHT, &height); in VerifyClientBuffer()
/frameworks/base/media/java/android/media/
DMediaFormat.java298 public static final String KEY_HEIGHT = "height"; field in MediaFormat
1924 format.setInteger(KEY_HEIGHT, height); in createVideoFormat()
DMediaCodecInfo.java1942 format.getInteger(MediaFormat.KEY_HEIGHT, 0), in covers()
2179 Integer height = (Integer)map.get(MediaFormat.KEY_HEIGHT); in supportsFormat()
/frameworks/base/apex/media/framework/java/android/media/
DMediaTranscodingManager.java966 int height = mSrcVideoFormatHint.getInteger(MediaFormat.KEY_HEIGHT); in resolveVideoFormat()
1132 MediaFormat.KEY_HEIGHT)) { in convertToVideoTrackFormat()
1134 int height = format.getInteger(MediaFormat.KEY_HEIGHT); in convertToVideoTrackFormat()
DMediaParser.java2014 setOptionalMediaFormatInt(result, MediaFormat.KEY_HEIGHT, format.height); in toMediaFormat()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecConstants.h775 constexpr char KEY_HEIGHT[] = "height"; variable
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp194 format->setInt32(KEY_HEIGHT, gVideoHeight); in prepareEncoder()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java958 height = format.getInteger(MediaFormat.KEY_HEIGHT); in validateRecording()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp438 newFormat->setInt32(KEY_HEIGHT, mOutputHeight); in onHeicFormatChanged()
1360 outputFormat->setInt32(KEY_HEIGHT, !useGrid ? height : gridHeight); in initializeCodec()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp592 add(ConfigMapper(KEY_HEIGHT, C2_PARAMKEY_PICTURE_SIZE, "height") in initializeStandardParams()
1422 (void)msg->findInt32(KEY_HEIGHT, &height); in getFormatForDomain()
DCCodec.cpp914 if (!msg->findInt32(KEY_HEIGHT, &height)) { in configure()
/frameworks/base/core/api/
Dcurrent.txt22528 field public static final String KEY_HEIGHT = "height";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14966 field public static final java.lang.String KEY_HEIGHT = "height";