/frameworks/av/cmds/stagefright/ |
D | record.cpp | 61 meta->setInt32(kKeyHeight, mHeight); 205 success = success && meta->findInt32(kKeyHeight, &height); 218 enc_meta->setInt32(kKeyHeight, height);
|
D | recordvideo.cpp | 69 meta->setInt32(kKeyHeight, mHeight); in getFormat() 284 enc_meta->setInt32(kKeyHeight, height); in main()
|
D | sf2.cpp | 301 CHECK(meta->findInt32(kKeyHeight, &height)); in makeFormat()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | VideoSource.h | 42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | rtp_test.cpp | 202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
|
D | APacketSource.cpp | 457 mFormat->setInt32(kKeyHeight, height); in APacketSource() 469 mFormat->setInt32(kKeyHeight, height); in APacketSource() 541 mFormat->setInt32(kKeyHeight, height); in APacketSource()
|
D | MyTransmitter.h | 115 encMeta->setInt32(kKeyHeight, height); in MyTransmitter() 182 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
|
D | ARTPWriter.cpp | 493 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
|
/frameworks/av/media/libstagefright/ |
D | JPEGSource.cpp | 104 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | StagefrightMetadataRetriever.cpp | 257 CHECK(meta->findInt32(kKeyHeight, &height)); in extractVideoFrameWithCodecFlags() 554 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData()
|
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 | Utils.cpp | 101 CHECK(meta->findInt32(kKeyHeight, &height)); in convertMetaDataToMessage() 486 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
|
D | SurfaceMediaSource.cpp | 239 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | avc_utils.cpp | 379 meta->setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
|
D | OMXCodec.cpp | 882 success = success && meta->findInt32(kKeyHeight, &height); in setVideoInputFormat() 1279 success = success && meta->findInt32(kKeyHeight, &height); in setVideoOutputFormat() 2440 CHECK(from->findInt32(kKeyHeight, &height_from)); in formatHasNotablyChanged() 2441 CHECK(to->findInt32(kKeyHeight, &height_to)); in formatHasNotablyChanged() 4254 mOutputFormat->setInt32(kKeyHeight, imageDef->nFrameHeight); in initOutputFormat() 4379 mOutputFormat->setInt32(kKeyHeight, video_def->nFrameHeight); in initOutputFormat()
|
D | CameraSource.cpp | 574 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
|
D | AwesomePlayer.cpp | 1154 CHECK(meta->findInt32(kKeyHeight, &height)); in notifyVideoSize_l() 1222 CHECK(meta->findInt32(kKeyHeight, &decodedHeight)); in initRenderer_l()
|
D | MPEG4Writer.cpp | 2712 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox() 2888 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
|
D | MPEG4Extractor.cpp | 1376 mLastTrack->meta->setInt32(kKeyHeight, height); in parseChunk() 1454 !mLastTrack->meta->findInt32(kKeyHeight, &height)) { in parseChunk()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 35 kKeyHeight = 'heig', // int32_t, image pixel enumerator
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 1049 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo() 1215 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEG4Video()
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 119 CHECK(md->findInt32(kKeyHeight, &height)); in videoTrack()
|
/frameworks/av/media/libstagefright/matroska/ |
D | MatroskaExtractor.cpp | 979 meta->setInt32(kKeyHeight, vtrack->GetHeight()); in addTracks()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1481 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
|