Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
DAPacketSource.cpp455 mFormat->setInt32(kKeyHeight, height); in APacketSource()
467 mFormat->setInt32(kKeyHeight, height); in APacketSource()
539 mFormat->setInt32(kKeyHeight, height); in APacketSource()
Drtp_test.cpp193 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
DARTPWriter.cpp493 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
DMyTransmitter.h185 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp240 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()
DJPEGSource.cpp104 meta->setInt32(kKeyHeight, mHeight); in getFormat()
DSurfaceMediaSource.cpp240 meta->setInt32(kKeyHeight, mHeight); in getFormat()
Davc_utils.cpp430 meta->setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
DUtils.cpp678 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage()
1335 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
DCameraSource.cpp700 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
DItemTable.cpp1411 meta->setInt32(kKeyHeight, image->height); in getImageMeta()
DMPEG4Writer.cpp3320 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox()
3532 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
DMPEG4Extractor.cpp1560 mLastTrack->meta->setInt32(kKeyHeight, height); in parseChunk()
1653 !mLastTrack->meta->findInt32(kKeyHeight,(int32_t*) &height)) { in parseChunk()
/frameworks/av/cmds/stagefright/
Drecord.cpp63 meta->setInt32(kKeyHeight, mHeight);
201 success = success && meta->findInt32(kKeyHeight, &height);
Drecordvideo.cpp76 meta->setInt32(kKeyHeight, mHeight); in getFormat()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaData.h36 kKeyHeight = 'heig', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1014 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/
DWebmWriter.cpp88 || !md->findInt32(kKeyHeight, &height) in videoTrack()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp1334 meta->setInt32(kKeyHeight, (int32_t)height); in addTracks()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1655 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()