Home
last modified time | relevance | path

Searched refs:KEY_HEIGHT (Results 1 – 17 of 17) 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()
DCCodecConfig_test.cpp678 format->setInt32(KEY_HEIGHT, kHeight); in TEST_F()
/frameworks/base/media/java/android/media/
DMediaFormat.java414 public static final String KEY_HEIGHT = "height"; field in MediaFormat
2387 format.setInteger(KEY_HEIGHT, height); in createVideoFormat()
DMediaCodecInfo.java2337 format.getInteger(MediaFormat.KEY_HEIGHT, 0), in covers()
2572 MediaFormat.KEY_HEIGHT,
2583 Integer height = (Integer)map.get(MediaFormat.KEY_HEIGHT); in supportsFormat()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecConstants.h796 inline constexpr char KEY_HEIGHT[] = "height"; variable
/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.cpp459 newFormat->setInt32(KEY_HEIGHT, mOutputHeight); in onHeicFormatChanged()
1400 outputFormat->setInt32(KEY_HEIGHT, !useGrid ? height : gridHeight); in initializeCodec()
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp198 format->setInt32(KEY_HEIGHT, gVideoHeight); in prepareEncoder()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp625 add(ConfigMapper(KEY_HEIGHT, C2_PARAMKEY_PICTURE_SIZE, "height") in initializeStandardParams()
1568 (void)msg->findInt32(KEY_HEIGHT, &height); in getFormatForDomain()
DCCodecBuffers.cpp111 mFormatWithImageData->setInt32(KEY_HEIGHT, img->mHeight); in handleImageData()
DCCodec.cpp1186 if (!msg->findInt32(KEY_HEIGHT, &height)) { in configure()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14966 field public static final java.lang.String KEY_HEIGHT = "height";
/frameworks/base/core/api/
Dcurrent.txt23665 field public static final String KEY_HEIGHT = "height";