Home
last modified time | relevance | path

Searched refs:kKeyHeight (Results 1 – 22 of 22) 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.cpp195 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/cmds/stagefright/
Drecord.cpp63 meta->setInt32(kKeyHeight, mHeight);
203 success = success && meta->findInt32(kKeyHeight, &height);
Drecordvideo.cpp76 meta->setInt32(kKeyHeight, mHeight); in getFormat()
Dsf2.cpp300 CHECK(meta->findInt32(kKeyHeight, &height)); in makeFormat()
/frameworks/av/media/libstagefright/
DJPEGSource.cpp104 meta->setInt32(kKeyHeight, mHeight); in getFormat()
DAVIExtractor.cpp702 track->mMeta->setInt32(kKeyHeight, height); in parseStreamFormat()
1090 CHECK(meta->findInt32(kKeyHeight, &height)); in addH264CodecSpecificData()
1098 track->mMeta->setInt32(kKeyHeight, height); in addH264CodecSpecificData()
DSurfaceMediaSource.cpp241 meta->setInt32(kKeyHeight, mHeight); in getFormat()
Davc_utils.cpp421 meta->setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
DStagefrightMetadataRetriever.cpp675 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData()
DUtils.cpp642 || !meta->findInt32(kKeyHeight, &height)) { in convertMetaDataToMessage()
1280 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
DCameraSource.cpp676 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
DMPEG4Writer.cpp2933 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox()
3138 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
DMPEG4Extractor.cpp1462 mLastTrack->meta->setInt32(kKeyHeight, height); in parseChunk()
1553 !mLastTrack->meta->findInt32(kKeyHeight,(int32_t*) &height)) { in parseChunk()
/frameworks/av/include/media/stagefright/
DMetaData.h36 kKeyHeight = 'heig', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1099 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo()
1311 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.cpp1235 meta->setInt32(kKeyHeight, vtrack->GetHeight()); in addTracks()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1523 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()