Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Drecord.cpp61 meta->setInt32(kKeyHeight, mHeight);
205 success = success && meta->findInt32(kKeyHeight, &height);
218 enc_meta->setInt32(kKeyHeight, height);
Drecordvideo.cpp69 meta->setInt32(kKeyHeight, mHeight); in getFormat()
284 enc_meta->setInt32(kKeyHeight, height); in main()
Dsf2.cpp301 CHECK(meta->findInt32(kKeyHeight, &height)); in makeFormat()
/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h42 meta->setInt32(kKeyHeight, mHeight); in getFormat()
Drtp_test.cpp202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height)); in main()
DAPacketSource.cpp457 mFormat->setInt32(kKeyHeight, height); in APacketSource()
469 mFormat->setInt32(kKeyHeight, height); in APacketSource()
541 mFormat->setInt32(kKeyHeight, height); in APacketSource()
DMyTransmitter.h115 encMeta->setInt32(kKeyHeight, height); in MyTransmitter()
182 CHECK(meta->findInt32(kKeyHeight, &height)); in issueAnnounce()
DARTPWriter.cpp493 CHECK(meta->findInt32(kKeyHeight, &height)); in dumpSessionDesc()
/frameworks/av/media/libstagefright/
DJPEGSource.cpp104 meta->setInt32(kKeyHeight, mHeight); in getFormat()
DStagefrightMetadataRetriever.cpp257 CHECK(meta->findInt32(kKeyHeight, &height)); in extractVideoFrameWithCodecFlags()
554 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight)); in parseMetaData()
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()
DUtils.cpp101 CHECK(meta->findInt32(kKeyHeight, &height)); in convertMetaDataToMessage()
486 meta->setInt32(kKeyHeight, height); in convertMessageToMetaData()
DSurfaceMediaSource.cpp239 meta->setInt32(kKeyHeight, mHeight); in getFormat()
Davc_utils.cpp379 meta->setInt32(kKeyHeight, height); in MakeAVCCodecSpecificData()
DOMXCodec.cpp882 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()
DCameraSource.cpp574 mMeta->setInt32(kKeyHeight, mVideoSize.height); in initWithCameraAccess()
DAwesomePlayer.cpp1154 CHECK(meta->findInt32(kKeyHeight, &height)); in notifyVideoSize_l()
1222 CHECK(meta->findInt32(kKeyHeight, &decodedHeight)); in initRenderer_l()
DMPEG4Writer.cpp2712 success = success && mMeta->findInt32(kKeyHeight, &height); in writeVideoFourCCBox()
2888 success = success && mMeta->findInt32(kKeyHeight, &height); in writeTkhdBox()
DMPEG4Extractor.cpp1376 mLastTrack->meta->setInt32(kKeyHeight, height); in parseChunk()
1454 !mLastTrack->meta->findInt32(kKeyHeight, &height)) { in parseChunk()
/frameworks/av/include/media/stagefright/
DMetaData.h35 kKeyHeight = 'heig', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1049 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEGVideo()
1215 mFormat->setInt32(kKeyHeight, height); in dequeueAccessUnitMPEG4Video()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp119 CHECK(md->findInt32(kKeyHeight, &height)); in videoTrack()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp979 meta->setInt32(kKeyHeight, vtrack->GetHeight()); in addTracks()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1481 CHECK(meta->findInt32(kKeyHeight, &height)); in setupVideoEncoder()