Home
last modified time | relevance | path

Searched refs:kKeyHeight (Results 1 – 21 of 21) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DMetaDataBaseUnitTest.cpp72 status = metaData->setInt32(kKeyHeight, kHeight1); in TEST_F()
106 status = metaData->findInt32(kKeyHeight, &height); in TEST_F()
168 status = metaData->setInt32(kKeyHeight, kHeight1); in TEST_F()
173 status = metaData->setInt32(kKeyHeight, kHeight2); in TEST_F()
178 status = metaData->setInt32(kKeyHeight, kHeight3); in TEST_F()
186 status = metaData->findInt32(kKeyHeight, &height); in TEST_F()
265 status = metaData->setInt32(kKeyHeight, kHeight1); in TEST_F()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp456 mFormat->setInt32(kKeyHeight, height); in APacketSource()
467 mFormat->setInt32(kKeyHeight, height); in APacketSource()
479 mFormat->setInt32(kKeyHeight, height); in APacketSource()
551 mFormat->setInt32(kKeyHeight, height); in APacketSource()
H A DVideoSource.h42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
H A Drtp_test.cpp192 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
H A DMyTransmitter.h185 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
H A DARTPWriter.cpp874 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
/aosp12/frameworks/av/cmds/stagefright/
H A Drecord.cpp65 meta->setInt32(kKeyHeight, mHeight);
203 success = success && meta->findInt32(kKeyHeight, &height);
H A Drecordvideo.cpp74 meta->setInt32(kKeyHeight, mHeight); in getFormat()
/aosp12/frameworks/av/media/libstagefright/tests/fuzzers/
H A DFrameDecoderHelpers.h84 newMeta->setInt32(kKeyHeight, fdp->ConsumeIntegral<int32_t>()); in generateMetaData()
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp222 CHECK(trackMeta->findInt32(kKeyHeight, &height)); in getMetadataOnly()
782 overrideMeta->setInt32(kKeyHeight, mHeight); in onGetFormatAndSeekOptions()
790 CHECK(trackMeta()->findInt32(kKeyHeight, &mHeight)); in onGetFormatAndSeekOptions()
814 overrideMeta->setInt32(kKeyHeight, tileHeight); in onGetFormatAndSeekOptions()
H A DJPEGSource.cpp105 meta->setInt32(kKeyHeight, mHeight); in getFormat()
H A DMetaDataUtils.cpp50 meta.setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
H A DCameraSource.cpp591 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
H A DUtils.cpp988 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage()
1764 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
H A DMPEG4Writer.cpp2197 CHECK(mMeta->findInt32(kKeyHeight, &mHeight) && (mHeight > 0)); in Track()
4318 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox()
4576 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaDataBase.h34 kKeyHeight = 'heig', // int32_t, image pixel enumerator
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp809 mFormat->setInt32(kKeyHeight, 720); in dequeueScrambledAccessUnit()
832 mFormat->setInt32(kKeyHeight, 720); in dequeueScrambledAccessUnit()
1708 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo()
1925 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEG4Video()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightMetadataRetriever.cpp599 && trackMeta->findInt32(kKeyHeight, &videoHeight)) { in parseMetaData()
614 && trackMeta->findInt32(kKeyHeight, &imageHeight)) { in parseMetaData()
H A DStagefrightRecorder.cpp1982 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
/aosp12/frameworks/av/media/libstagefright/tests/metadatautils/
H A DMetaDataUtilsTest.cpp243 status = metaData->findInt32(kKeyHeight, &avcHeight); in TEST_P()
/aosp12/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp90 || !md->findInt32(kKeyHeight, &height) in videoTrack()