Searched refs:kKeyHeight (Results 1 – 22 of 22) sorted by relevance
/frameworks/av/media/libstagefright/rtsp/ |
D | VideoSource.h | 42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | APacketSource.cpp | 455 mFormat->setInt32(kKeyHeight, height); in APacketSource() 467 mFormat->setInt32(kKeyHeight, height); in APacketSource() 539 mFormat->setInt32(kKeyHeight, height); in APacketSource()
|
D | rtp_test.cpp | 195 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
|
D | ARTPWriter.cpp | 493 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 | 63 meta->setInt32(kKeyHeight, mHeight); 203 success = success && meta->findInt32(kKeyHeight, &height);
|
D | recordvideo.cpp | 76 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | sf2.cpp | 300 CHECK(meta->findInt32(kKeyHeight, &height)); in makeFormat()
|
/frameworks/av/media/libstagefright/ |
D | JPEGSource.cpp | 104 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | AVIExtractor.cpp | 702 track->mMeta->setInt32(kKeyHeight, height); in parseStreamFormat() 1090 CHECK(meta->findInt32(kKeyHeight, &height)); in addH264CodecSpecificData() 1098 track->mMeta->setInt32(kKeyHeight, height); in addH264CodecSpecificData()
|
D | SurfaceMediaSource.cpp | 241 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | avc_utils.cpp | 421 meta->setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
|
D | StagefrightMetadataRetriever.cpp | 675 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData()
|
D | Utils.cpp | 642 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage() 1280 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
|
D | CameraSource.cpp | 676 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
|
D | MPEG4Writer.cpp | 2933 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox() 3138 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
|
D | MPEG4Extractor.cpp | 1462 mLastTrack->meta->setInt32(kKeyHeight, height); in parseChunk() 1553 !mLastTrack->meta->findInt32(kKeyHeight,(int32_t*) &height)) { in parseChunk()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 36 kKeyHeight = 'heig', // int32_t, image pixel enumerator
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 1099 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo() 1311 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEG4Video()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 88 || !md->findInt32(kKeyHeight, &height) in videoTrack()
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 1235 meta->setInt32(kKeyHeight, vtrack->GetHeight()); in addTracks()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1523 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
|