Home
last modified time | relevance | path

Searched refs:AMEDIAFORMAT_KEY_HEIGHT (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingLogger.cpp124 const int32_t srcHeight = getInt32(srcFormat, AMEDIAFORMAT_KEY_HEIGHT); in logSessionEnded()
133 int32_t dstHeight = getInt32(dstFormat, AMEDIAFORMAT_KEY_HEIGHT, srcHeight); in logSessionEnded()
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingLogger_tests.cpp100 AMediaFormat_setInt32(fmt, AMEDIAFORMAT_KEY_HEIGHT, kDefaultSrcHeight); in CreateSrcFormat()
114 AMediaFormat_setInt32(fmt, AMEDIAFORMAT_KEY_HEIGHT, kDefaultDstHeight); in CreateDstFormat()
/aosp12/frameworks/av/media/extractors/tests/
H A DExtractorUnitTest.cpp512 ASSERT_TRUE(AMediaFormat_getInt32(extractorFormat, AMEDIAFORMAT_KEY_HEIGHT, &exHeight)); in TEST_P()
514 ASSERT_TRUE(AMediaFormat_getInt32(trackFormat, AMEDIAFORMAT_KEY_HEIGHT, &trackHeight)); in TEST_P()
924 ASSERT_TRUE(AMediaFormat_getInt32(trackFormat, AMEDIAFORMAT_KEY_HEIGHT, &trackHeight)); in TEST_P()
1115 ASSERT_TRUE(AMediaFormat_getInt32(extractorFormat[0], AMEDIAFORMAT_KEY_HEIGHT, &height0)); in TEST_P()
1117 ASSERT_TRUE(AMediaFormat_getInt32(extractorFormat[1], AMEDIAFORMAT_KEY_HEIGHT, &height1)); in TEST_P()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A DMediaTranscoder.cpp45 ENTRY_COPIER(AMEDIAFORMAT_KEY_HEIGHT, Int32), in createVideoTrackFormat()
67 ENTRY_COPIER(AMEDIAFORMAT_KEY_HEIGHT, Int32), in createVideoTrackFormat()
H A DVideoTrackTranscoder.cpp194 AMediaFormat_getInt32(encoderFormat, AMEDIAFORMAT_KEY_HEIGHT, &height) && (height > 0)) { in getDefaultOperatingRate()
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DC2Decoder.cpp50 AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &height); in createCodec2Component()
/aosp12/frameworks/av/media/ndk/include/media/
H A DNdkMediaFormat.h162 extern const char* AMEDIAFORMAT_KEY_HEIGHT __INTRODUCED_IN(21);
/aosp12/frameworks/av/media/tests/benchmark/tests/
H A DEncoderTest.cpp110 ASSERT_TRUE(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &encParams.height)); in TEST_P()
/aosp12/frameworks/libs/native_bridge_support/libmediandk/
H A Dstubs_arm.cc253 DEFINE_INTERCEPTABLE_STUB_VARIABLE(AMEDIAFORMAT_KEY_HEIGHT);
554 INIT_INTERCEPTABLE_STUB_VARIABLE("libmediandk.so", AMEDIAFORMAT_KEY_HEIGHT); in init_stub_library()
H A Dstubs_arm64.cc253 DEFINE_INTERCEPTABLE_STUB_VARIABLE(AMEDIAFORMAT_KEY_HEIGHT);
554 INIT_INTERCEPTABLE_STUB_VARIABLE("libmediandk.so", AMEDIAFORMAT_KEY_HEIGHT); in init_stub_library()
/aosp12/frameworks/av/media/libstagefright/
H A DMetaDataUtils.cpp76 AMediaFormat_setInt32(meta, AMEDIAFORMAT_KEY_HEIGHT, height); in MakeAVCCodecSpecificData()
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/
H A DVideoDecoder.cpp306 success = success && AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &height); in readDecodedFrame()
/aosp12/frameworks/av/media/libmediaformatshaper/
H A DVQApply.cpp89 (void) AMediaFormat_getInt32(inFormat, AMEDIAFORMAT_KEY_HEIGHT, &height); in VQApply()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DC2Encoder.cpp57 if (!AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &mHeight)) { in createCodec2Component()
H A DEncoder.cpp204 AMediaFormat_setInt32(mFormat, AMEDIAFORMAT_KEY_HEIGHT, mParams.height); in encode()
/aosp12/frameworks/av/media/ndk/
H A Dlibmediandk.map.txt102 AMEDIAFORMAT_KEY_HEIGHT; # var introduced=21
H A DNdkMediaFormat.cpp330 EXPORT const char* AMEDIAFORMAT_KEY_HEIGHT = "height"; variable
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A DMediaTranscoderTests.cpp52 {AMEDIAFORMAT_KEY_HEIGHT, equalInt32}, {AMEDIAFORMAT_KEY_FRAME_RATE, equalInt32},
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/
H A DMediaTranscoderBenchmark.cpp180 if (!AMediaFormat_getInt32(srcFormat, AMEDIAFORMAT_KEY_HEIGHT, &height)) { in TranscodeMediaFile()
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/
H A DMetaDataUtilsTest.cpp222 status = AMediaFormat_getInt32(csdData, AMEDIAFORMAT_KEY_HEIGHT, &avcHeight); in TEST_P()
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp375 ASSERT_TRUE(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &params.height)) in extract()
/aosp12/frameworks/av/media/extractors/mp4/
H A DItemTable.cpp1585 AMediaFormat_setInt32(meta, AMEDIAFORMAT_KEY_HEIGHT, image->height); in getImageMeta()
H A DMPEG4Extractor.cpp2142 AMediaFormat_setInt32(mLastTrack->meta, AMEDIAFORMAT_KEY_HEIGHT, height); in parseChunk()
2240 AMEDIAFORMAT_KEY_HEIGHT,(int32_t*) &height)) { in parseChunk()
/aosp12/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp2069 AMediaFormat_setInt32(meta, AMEDIAFORMAT_KEY_HEIGHT, (int32_t)height); in addTracks()