Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Drecord.cpp60 meta->setInt32(kKeyWidth, mWidth);
204 bool success = meta->findInt32(kKeyWidth, &width);
217 enc_meta->setInt32(kKeyWidth, width);
Drecordvideo.cpp68 meta->setInt32(kKeyWidth, mWidth); in getFormat()
283 enc_meta->setInt32(kKeyWidth, width); in main()
Dsf2.cpp300 CHECK(meta->findInt32(kKeyWidth, &width)); in makeFormat()
/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Drtp_test.cpp201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width)); in main()
DAPacketSource.cpp456 mFormat->setInt32(kKeyWidth, width); in APacketSource()
468 mFormat->setInt32(kKeyWidth, width); in APacketSource()
540 mFormat->setInt32(kKeyWidth, width); in APacketSource()
DMyTransmitter.h114 encMeta->setInt32(kKeyWidth, width); in MyTransmitter()
181 CHECK(meta->findInt32(kKeyWidth, &width)); in issueAnnounce()
DARTPWriter.cpp492 CHECK(meta->findInt32(kKeyWidth, &width)); in dumpSessionDesc()
/frameworks/av/media/libstagefright/
DJPEGSource.cpp103 meta->setInt32(kKeyWidth, mWidth); in getFormat()
DStagefrightMetadataRetriever.cpp256 CHECK(meta->findInt32(kKeyWidth, &width)); in extractVideoFrameWithCodecFlags()
553 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth)); in parseMetaData()
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()
DUtils.cpp100 CHECK(meta->findInt32(kKeyWidth, &width)); in convertMetaDataToMessage()
485 meta->setInt32(kKeyWidth, width); in convertMessageToMetaData()
DSurfaceMediaSource.cpp238 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Davc_utils.cpp378 meta->setInt32(kKeyWidth, width); in MakeAVCCodecSpecificData()
DOMXCodec.cpp881 bool success = meta->findInt32(kKeyWidth, &width); in setVideoInputFormat()
1278 bool success = meta->findInt32(kKeyWidth, &width); in setVideoOutputFormat()
2432 CHECK(from->findInt32(kKeyWidth, &width_from)); in formatHasNotablyChanged()
2433 CHECK(to->findInt32(kKeyWidth, &width_to)); in formatHasNotablyChanged()
4253 mOutputFormat->setInt32(kKeyWidth, imageDef->nFrameWidth); in initOutputFormat()
4378 mOutputFormat->setInt32(kKeyWidth, video_def->nFrameWidth); in initOutputFormat()
DCameraSource.cpp573 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
DAwesomePlayer.cpp1153 CHECK(meta->findInt32(kKeyWidth, &width)); in notifyVideoSize_l()
1221 CHECK(meta->findInt32(kKeyWidth, &decodedWidth)); in initRenderer_l()
DMPEG4Writer.cpp2711 success = mMeta->findInt32(kKeyWidth, &width); in writeVideoFourCCBox()
2887 bool success = mMeta->findInt32(kKeyWidth, &width); in writeTkhdBox()
DMPEG4Extractor.cpp1375 mLastTrack->meta->setInt32(kKeyWidth, width); in parseChunk()
1453 if (!mLastTrack->meta->findInt32(kKeyWidth, &width) || in parseChunk()
/frameworks/av/include/media/stagefright/
DMetaData.h34 kKeyWidth = 'widt', // int32_t, image pixel enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp1048 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEGVideo()
1214 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEG4Video()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp118 CHECK(md->findInt32(kKeyWidth, &width)); in videoTrack()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp978 meta->setInt32(kKeyWidth, vtrack->GetWidth()); in addTracks()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1480 CHECK(meta->findInt32(kKeyWidth, &width)); in setupVideoEncoder()