/aosp12/frameworks/av/media/libmediatranscoding/ |
H A D | TranscodingLogger.cpp | 124 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 D | TranscodingLogger_tests.cpp | 100 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 D | ExtractorUnitTest.cpp | 512 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 D | MediaTranscoder.cpp | 45 ENTRY_COPIER(AMEDIAFORMAT_KEY_HEIGHT, Int32), in createVideoTrackFormat() 67 ENTRY_COPIER(AMEDIAFORMAT_KEY_HEIGHT, Int32), in createVideoTrackFormat()
|
H A D | VideoTrackTranscoder.cpp | 194 AMediaFormat_getInt32(encoderFormat, AMEDIAFORMAT_KEY_HEIGHT, &height) && (height > 0)) { in getDefaultOperatingRate()
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/ |
H A D | C2Decoder.cpp | 50 AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &height); in createCodec2Component()
|
/aosp12/frameworks/av/media/ndk/include/media/ |
H A D | NdkMediaFormat.h | 162 extern const char* AMEDIAFORMAT_KEY_HEIGHT __INTRODUCED_IN(21);
|
/aosp12/frameworks/av/media/tests/benchmark/tests/ |
H A D | EncoderTest.cpp | 110 ASSERT_TRUE(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &encParams.height)); in TEST_P()
|
/aosp12/frameworks/libs/native_bridge_support/libmediandk/ |
H A D | stubs_arm.cc | 253 DEFINE_INTERCEPTABLE_STUB_VARIABLE(AMEDIAFORMAT_KEY_HEIGHT); 554 INIT_INTERCEPTABLE_STUB_VARIABLE("libmediandk.so", AMEDIAFORMAT_KEY_HEIGHT); in init_stub_library()
|
H A D | stubs_arm64.cc | 253 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 D | MetaDataUtils.cpp | 76 AMediaFormat_setInt32(meta, AMEDIAFORMAT_KEY_HEIGHT, height); in MakeAVCCodecSpecificData()
|
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/ |
H A D | VideoDecoder.cpp | 306 success = success && AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &height); in readDecodedFrame()
|
/aosp12/frameworks/av/media/libmediaformatshaper/ |
H A D | VQApply.cpp | 89 (void) AMediaFormat_getInt32(inFormat, AMEDIAFORMAT_KEY_HEIGHT, &height); in VQApply()
|
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/ |
H A D | C2Encoder.cpp | 57 if (!AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &mHeight)) { in createCodec2Component()
|
H A D | Encoder.cpp | 204 AMediaFormat_setInt32(mFormat, AMEDIAFORMAT_KEY_HEIGHT, mParams.height); in encode()
|
/aosp12/frameworks/av/media/ndk/ |
H A D | libmediandk.map.txt | 102 AMEDIAFORMAT_KEY_HEIGHT; # var introduced=21
|
H A D | NdkMediaFormat.cpp | 330 EXPORT const char* AMEDIAFORMAT_KEY_HEIGHT = "height"; variable
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/ |
H A D | MediaTranscoderTests.cpp | 52 {AMEDIAFORMAT_KEY_HEIGHT, equalInt32}, {AMEDIAFORMAT_KEY_FRAME_RATE, equalInt32},
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/ |
H A D | MediaTranscoderBenchmark.cpp | 180 if (!AMediaFormat_getInt32(srcFormat, AMEDIAFORMAT_KEY_HEIGHT, &height)) { in TranscodeMediaFile()
|
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/ |
H A D | MetaDataUtilsTest.cpp | 222 status = AMediaFormat_getInt32(csdData, AMEDIAFORMAT_KEY_HEIGHT, &avcHeight); in TEST_P()
|
/aosp12/frameworks/av/media/libstagefright/tests/writer/ |
H A D | WriterTest.cpp | 375 ASSERT_TRUE(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, ¶ms.height)) in extract()
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | ItemTable.cpp | 1585 AMediaFormat_setInt32(meta, AMEDIAFORMAT_KEY_HEIGHT, image->height); in getImageMeta()
|
H A D | MPEG4Extractor.cpp | 2142 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 D | MatroskaExtractor.cpp | 2069 AMediaFormat_setInt32(meta, AMEDIAFORMAT_KEY_HEIGHT, (int32_t)height); in addTracks()
|