Searched refs:kKeyHeight (Results 1 – 21 of 21) 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 | 193 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/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 240 CHECK(trackMeta->findInt32(kKeyHeight, &height)); in extractVideoFrame() 262 overrideMeta->setInt32(kKeyHeight, thumbnailHeight); in extractVideoFrame() 286 CHECK(trackMeta->findInt32(kKeyHeight, &height)); in extractVideoFrame() 294 overrideMeta->setInt32(kKeyHeight, gridHeight); in extractVideoFrame() 828 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData()
|
D | JPEGSource.cpp | 104 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | SurfaceMediaSource.cpp | 240 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
D | avc_utils.cpp | 430 meta->setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
|
D | Utils.cpp | 678 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage() 1335 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
|
D | CameraSource.cpp | 700 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
|
D | ItemTable.cpp | 1411 meta->setInt32(kKeyHeight, image->height); in getImageMeta()
|
D | MPEG4Writer.cpp | 3320 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox() 3532 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
|
D | MPEG4Extractor.cpp | 1560 mLastTrack->meta->setInt32(kKeyHeight, height); in parseChunk() 1653 !mLastTrack->meta->findInt32(kKeyHeight,(int32_t*) &height)) { in parseChunk()
|
/frameworks/av/cmds/stagefright/ |
D | record.cpp | 63 meta->setInt32(kKeyHeight, mHeight); 201 success = success && meta->findInt32(kKeyHeight, &height);
|
D | recordvideo.cpp | 76 meta->setInt32(kKeyHeight, mHeight); in getFormat()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaData.h | 36 kKeyHeight = 'heig', // int32_t, image pixel enumerator
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 1014 mFormat->setInt32(kKeyHeight, 720); in dequeueAccessUnitH264() 1327 mFormat->setInt32(kKeyHeight, 720); in dequeueAccessUnitMPEGVideo() 1388 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo() 1605 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 | 1334 meta->setInt32(kKeyHeight, (int32_t)height); in addTracks()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1655 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()
|