Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth); in getFormat()
DAPacketSource.cpp454 mFormat->setInt32(kKeyWidth, width); in APacketSource()
466 mFormat->setInt32(kKeyWidth, width); in APacketSource()
538 mFormat->setInt32(kKeyWidth, width); in APacketSource()
Drtp_test.cpp194 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width)); in main()
DARTPWriter.cpp492 CHECK(meta->findInt32(kKeyWidth, &width)); in dumpSessionDesc()
DMyTransmitter.h184 CHECK(meta->findInt32(kKeyWidth, &width)); in issueAnnounce()
/frameworks/av/cmds/stagefright/
Drecord.cpp62 meta->setInt32(kKeyWidth, mWidth);
202 bool success = meta->findInt32(kKeyWidth, &width);
Drecordvideo.cpp75 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Dsf2.cpp299 CHECK(meta->findInt32(kKeyWidth, &width)); in makeFormat()
/frameworks/av/media/libstagefright/
DJPEGSource.cpp103 meta->setInt32(kKeyWidth, mWidth); in getFormat()
DAVIExtractor.cpp701 track->mMeta->setInt32(kKeyWidth, width); in parseStreamFormat()
1089 CHECK(meta->findInt32(kKeyWidth, &width)); in addH264CodecSpecificData()
1097 track->mMeta->setInt32(kKeyWidth, width); in addH264CodecSpecificData()
DSurfaceMediaSource.cpp240 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Davc_utils.cpp420 meta->setInt32(kKeyWidth, width); in MakeAVCCodecSpecificData()
DStagefrightMetadataRetriever.cpp674 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth)); in parseMetaData()
DUtils.cpp641 if (!meta->findInt32(kKeyWidth, &width) in convertMetaDataToMessage()
1279 meta->setInt32(kKeyWidth, width); in convertMessageToMetaData()
DCameraSource.cpp675 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
DMPEG4Writer.cpp2932 success = mMeta->findInt32(kKeyWidth, &width); in writeVideoFourCCBox()
3137 bool success = mMeta->findInt32(kKeyWidth, &width); in writeTkhdBox()
DMPEG4Extractor.cpp1461 mLastTrack->meta->setInt32(kKeyWidth, width); in parseChunk()
1552 if (!mLastTrack->meta->findInt32(kKeyWidth, (int32_t*)&width) || in parseChunk()
/frameworks/av/include/media/stagefright/
DMetaData.h35 kKeyWidth = 'widt', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1098 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEGVideo()
1310 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEG4Video()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp87 if (!md->findInt32(kKeyWidth, &width) in videoTrack()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp1234 meta->setInt32(kKeyWidth, vtrack->GetWidth()); in addTracks()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1522 CHECK(meta->findInt32(kKeyWidth, &width)); in setupVideoEncoder()