Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/tests/
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()
/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
DAPacketSource.cpp454 mFormat->setInt32(kKeyHeight, height); in APacketSource()
466 mFormat->setInt32(kKeyHeight, height); in APacketSource()
538 mFormat->setInt32(kKeyHeight, height); in APacketSource()
Drtp_test.cpp192 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
DARTPWriter.cpp495 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
DMyTransmitter.h185 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
/frameworks/av/cmds/stagefright/
Drecord.cpp65 meta->setInt32(kKeyHeight, mHeight);
203 success = success && meta->findInt32(kKeyHeight, &height);
Drecordvideo.cpp74 meta->setInt32(kKeyHeight, mHeight); in getFormat()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp166 CHECK(trackMeta->findInt32(kKeyHeight, &height)); in getMetadataOnly()
598 overrideMeta->setInt32(kKeyHeight, mHeight); in onGetFormatAndSeekOptions()
603 CHECK(trackMeta()->findInt32(kKeyHeight, &mHeight)); in onGetFormatAndSeekOptions()
619 overrideMeta->setInt32(kKeyHeight, tileHeight); in onGetFormatAndSeekOptions()
DJPEGSource.cpp105 meta->setInt32(kKeyHeight, mHeight); in getFormat()
DMetaDataUtils.cpp50 meta.setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
DUtils.cpp909 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage()
1651 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
DCameraSource.cpp701 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
DMPEG4Writer.cpp1847 CHECK(mMeta->findInt32(kKeyHeight, &mHeight) && (mHeight > 0)); in Track()
3805 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox()
4054 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h34 kKeyHeight = 'heig', // int32_t, image pixel enumerator
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp581 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData()
596 CHECK(trackMeta->findInt32(kKeyHeight, &imageHeight)); in parseMetaData()
DStagefrightRecorder.cpp1714 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp809 mFormat->setInt32(kKeyHeight, 720); in dequeueScrambledAccessUnit()
832 mFormat->setInt32(kKeyHeight, 720); in dequeueScrambledAccessUnit()
1702 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo()
1919 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEG4Video()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp90 || !md->findInt32(kKeyHeight, &height) in videoTrack()