Searched refs:kKeyHeight (Results 1 – 17 of 17) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | VideoSource.h | 42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | rtp_test.cpp | 192 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
|
D | APacketSource.cpp | 454 mFormat->setInt32(kKeyHeight, height); in APacketSource() 466 mFormat->setInt32(kKeyHeight, height); in APacketSource() 538 mFormat->setInt32(kKeyHeight, height); in APacketSource()
|
D | ARTPWriter.cpp | 495 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
|
D | MyTransmitter.h | 185 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
|
/frameworks/av/cmds/stagefright/ |
D | record.cpp | 64 meta->setInt32(kKeyHeight, mHeight); 202 success = success && meta->findInt32(kKeyHeight, &height);
|
D | recordvideo.cpp | 76 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 166 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()
|
D | JPEGSource.cpp | 105 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | MetaDataUtils.cpp | 51 meta.setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
|
D | StagefrightMetadataRetriever.cpp | 580 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData() 595 CHECK(trackMeta->findInt32(kKeyHeight, &imageHeight)); in parseMetaData()
|
D | Utils.cpp | 914 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage() 1656 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
|
D | CameraSource.cpp | 701 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
|
D | MPEG4Writer.cpp | 1841 CHECK(mMeta->findInt32(kKeyHeight, &mHeight) && (mHeight > 0)); in Track() 3799 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox() 4048 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/libstagefright/webm/ |
D | WebmWriter.cpp | 90 || !md->findInt32(kKeyHeight, &height) in videoTrack()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1714 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
|