Home
last modified time | relevance | path

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

12

/frameworks/av/cmds/stagefright/
Drecord.cpp60 meta->setInt32(kKeyWidth, mWidth);
204 bool success = meta->findInt32(kKeyWidth, &width);
217 enc_meta->setInt32(kKeyWidth, width);
Drecordvideo.cpp67 meta->setInt32(kKeyWidth, mWidth); in getFormat()
278 enc_meta->setInt32(kKeyWidth, width); in main()
Dsf2.cpp276 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()
/frameworks/av/libvideoeditor/lvpp/
DDummyVideoSource.cpp110 meta->setInt32(kKeyWidth, mFrameWidth); in getFormat()
DNativeWindowRenderer.cpp584 CHECK(meta->findInt32(kKeyWidth, &mWidth)); in updateVideoSize()
/frameworks/av/media/libstagefright/
DJPEGSource.cpp103 meta->setInt32(kKeyWidth, mWidth); in getFormat()
DUtils.cpp88 CHECK(meta->findInt32(kKeyWidth, &width)); in convertMetaDataToMessage()
387 meta->setInt32(kKeyWidth, width); in convertMessageToMetaData()
DStagefrightMetadataRetriever.cpp249 CHECK(meta->findInt32(kKeyWidth, &width)); in extractVideoFrameWithCodecFlags()
526 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()
DSurfaceMediaSource.cpp235 meta->setInt32(kKeyWidth, mWidth); in getFormat()
Davc_utils.cpp348 meta->setInt32(kKeyWidth, width); in MakeAVCCodecSpecificData()
DOMXCodec.cpp789 bool success = meta->findInt32(kKeyWidth, &width); in setVideoInputFormat()
1185 bool success = meta->findInt32(kKeyWidth, &width); in setVideoOutputFormat()
2325 CHECK(from->findInt32(kKeyWidth, &width_from)); in formatHasNotablyChanged()
2326 CHECK(to->findInt32(kKeyWidth, &width_to)); in formatHasNotablyChanged()
4339 mOutputFormat->setInt32(kKeyWidth, imageDef->nFrameWidth); in initOutputFormat()
4453 mOutputFormat->setInt32(kKeyWidth, video_def->nFrameWidth); in initOutputFormat()
DCameraSource.cpp561 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
/frameworks/av/include/media/stagefright/
DMetaData.h34 kKeyWidth = 'widt', // int32_t, image pixel enumerator
/frameworks/base/media/tests/omxjpegdecoder/
Domx_jpeg_decoder.cpp105 meta->findInt32(kKeyWidth, &width); in onDecode()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp805 success = meta->findInt32(kKeyWidth, &vWidth); in VideoEditorVideoDecoder_configureFromMetadata()
1017 decoderMetadata->setInt32(kKeyWidth, in VideoEditorVideoDecoder_create()
1047 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth, in VideoEditorVideoDecoder_create()
1185 decoderMetadata->setInt32(kKeyWidth, in VideoEditorVideoSoftwareDecoder_create()
1215 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth, in VideoEditorVideoSoftwareDecoder_create()
1276 pDecShellContext->mVideoDecoder->getFormat()->findInt32(kKeyWidth, in VideoEditorVideoDecoder_getOption()
DVideoEditorUtils.cpp62 if (meta->findInt32(kKeyWidth, &int32Data)) { in displayMetaData()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp45 CHECK(meta->findInt32(kKeyWidth, &mWidth)); in SoftwareRenderer()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp114 CHECK(meta->findInt32(kKeyWidth, &width)); in prepareAsync()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp794 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEGVideo()
960 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEG4Video()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1396 CHECK(meta->findInt32(kKeyWidth, &width)); in setupVideoEncoder()
1402 enc_meta->setInt32(kKeyWidth, width); in setupVideoEncoder()

12