/frameworks/av/media/libstagefright/foundation/tests/ |
D | MetaDataBaseUnitTest.cpp | 72 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()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | APacketSource.cpp | 456 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()
|
D | VideoSource.h | 42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | rtp_test.cpp | 192 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
|
D | MyTransmitter.h | 185 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
|
D | ARTPWriter.cpp | 874 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
|
/frameworks/av/cmds/stagefright/ |
D | record.cpp | 65 meta->setInt32(kKeyHeight, mHeight); 203 success = success && meta->findInt32(kKeyHeight, &height);
|
D | recordvideo.cpp | 74 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
/frameworks/av/media/libstagefright/tests/fuzzers/ |
D | FrameDecoderHelpers.h | 84 newMeta->setInt32(kKeyHeight, fdp->ConsumeIntegral<int32_t>()); in generateMetaData()
|
/frameworks/av/media/libstagefright/ |
D | JPEGSource.cpp | 105 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | FrameDecoder.cpp | 222 CHECK(trackMeta->findInt32(kKeyHeight, &height)); in getMetadataOnly() 782 overrideMeta->setInt32(kKeyHeight, mHeight); in onGetFormatAndSeekOptions() 790 CHECK(trackMeta()->findInt32(kKeyHeight, &mHeight)); in onGetFormatAndSeekOptions() 806 overrideMeta->setInt32(kKeyHeight, tileHeight); in onGetFormatAndSeekOptions()
|
D | MetaDataUtils.cpp | 50 meta.setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
|
D | CameraSource.cpp | 591 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
|
D | Utils.cpp | 988 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage() 1764 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
|
D | MPEG4Writer.cpp | 2197 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()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaDataBase.h | 34 kKeyHeight = 'heig', // int32_t, image pixel enumerator
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.cpp | 599 && trackMeta->findInt32(kKeyHeight, &videoHeight)) { in parseMetaData() 614 && trackMeta->findInt32(kKeyHeight, &imageHeight)) { in parseMetaData()
|
D | StagefrightRecorder.cpp | 1982 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 809 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()
|
/frameworks/av/media/libstagefright/tests/metadatautils/ |
D | MetaDataUtilsTest.cpp | 243 status = metaData->findInt32(kKeyHeight, &avcHeight); in TEST_P()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 90 || !md->findInt32(kKeyHeight, &height) in videoTrack()
|