Home
last modified time | relevance | path

Searched refs:kKeyWidth (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Drtp_test.cpp191 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width)); in main()
DAPacketSource.cpp453 mFormat->setInt32(kKeyWidth, width); in APacketSource()
465 mFormat->setInt32(kKeyWidth, width); in APacketSource()
537 mFormat->setInt32(kKeyWidth, width); in APacketSource()
DARTPWriter.cpp494 CHECK(meta->findInt32(kKeyWidth, &width)); in dumpSessionDesc()
DMyTransmitter.h184 CHECK(meta->findInt32(kKeyWidth, &width)); in issueAnnounce()
/frameworks/av/cmds/stagefright/
Drecord.cpp63 meta->setInt32(kKeyWidth, mWidth);
201 bool success = meta->findInt32(kKeyWidth, &width);
Drecordvideo.cpp75 meta->setInt32(kKeyWidth, mWidth); in getFormat()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp165 CHECK(trackMeta->findInt32(kKeyWidth, &width)); in getMetadataOnly()
597 overrideMeta->setInt32(kKeyWidth, mWidth); in onGetFormatAndSeekOptions()
602 CHECK(trackMeta()->findInt32(kKeyWidth, &mWidth)); in onGetFormatAndSeekOptions()
618 overrideMeta->setInt32(kKeyWidth, tileWidth); in onGetFormatAndSeekOptions()
DJPEGSource.cpp104 meta->setInt32(kKeyWidth, mWidth); in getFormat()
DMetaDataUtils.cpp50 meta.setInt32(kKeyWidth, width); in MakeAVCCodecSpecificData()
DStagefrightMetadataRetriever.cpp579 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth)); in parseMetaData()
594 CHECK(trackMeta->findInt32(kKeyWidth, &imageWidth)); in parseMetaData()
DUtils.cpp913 if (!meta->findInt32(kKeyWidth, &width) in convertMetaDataToMessage()
1655 meta->setInt32(kKeyWidth, width); in convertMessageToMetaData()
DCameraSource.cpp700 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
DMPEG4Writer.cpp1840 CHECK(mMeta->findInt32(kKeyWidth, &mWidth) && (mWidth > 0)); in Track()
3798 success = mMeta->findInt32(kKeyWidth, &width); in writeVideoFourCCBox()
4047 success = mMeta->findInt32(kKeyWidth, &width); in writeTkhdBox()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h33 kKeyWidth = 'widt', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp89 if (!md->findInt32(kKeyWidth, &width) in videoTrack()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1713 CHECK(meta->findInt32(kKeyWidth, &width)); in setupVideoEncoder()