Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Drtp_test.cpp192 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width)); in main()
DAPacketSource.cpp454 mFormat->setInt32(kKeyWidth, width); in APacketSource()
466 mFormat->setInt32(kKeyWidth, width); in APacketSource()
538 mFormat->setInt32(kKeyWidth, width); in APacketSource()
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);
200 bool success = meta->findInt32(kKeyWidth, &width);
Drecordvideo.cpp75 meta->setInt32(kKeyWidth, mWidth); in getFormat()
/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.cpp239 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Davc_utils.cpp420 meta->setInt32(kKeyWidth, width); in MakeAVCCodecSpecificData()
DStagefrightMetadataRetriever.cpp711 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth)); in parseMetaData()
DUtils.cpp672 if (!meta->findInt32(kKeyWidth, &width) in convertMetaDataToMessage()
1319 meta->setInt32(kKeyWidth, width); in convertMessageToMetaData()
DCameraSource.cpp698 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
DMPEG4Writer.cpp3275 success = mMeta->findInt32(kKeyWidth, &width); in writeVideoFourCCBox()
3487 success = mMeta->findInt32(kKeyWidth, &width); in writeTkhdBox()
DMPEG4Extractor.cpp1556 mLastTrack->meta->setInt32(kKeyWidth, width); in parseChunk()
1647 if (!mLastTrack->meta->findInt32(kKeyWidth, (int32_t*)&width) || in parseChunk()
/frameworks/av/media/libstagefright/include/
DMetaData.h35 kKeyWidth = 'widt', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1008 mFormat->setInt32(kKeyWidth, 1280); in dequeueAccessUnitH264()
1321 mFormat->setInt32(kKeyWidth, 1280); in dequeueAccessUnitMPEGVideo()
1382 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEGVideo()
1594 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.cpp1301 meta->setInt32(kKeyWidth, (int32_t)width); in addTracks()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1654 CHECK(meta->findInt32(kKeyWidth, &width)); in setupVideoEncoder()