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

12

/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth);
H A Drtp_test.cpp201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
H A DAPacketSource.cpp456 mFormat->setInt32(kKeyWidth, width);
468 mFormat->setInt32(kKeyWidth, width);
540 mFormat->setInt32(kKeyWidth, width);
H A DMyTransmitter.h114 encMeta->setInt32(kKeyWidth, width);
181 CHECK(meta->findInt32(kKeyWidth, &width));
/frameworks/av/cmds/stagefright/
H A Drecord.cpp60 meta->setInt32(kKeyWidth, mWidth);
204 bool success = meta->findInt32(kKeyWidth, &width);
217 enc_meta->setInt32(kKeyWidth, width);
H A Drecordvideo.cpp67 meta->setInt32(kKeyWidth, mWidth);
278 enc_meta->setInt32(kKeyWidth, width);
H A Dsf2.cpp276 CHECK(meta->findInt32(kKeyWidth, &width));
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp110 meta->setInt32(kKeyWidth, mFrameWidth);
H A DNativeWindowRenderer.cpp585 CHECK(meta->findInt32(kKeyWidth, &mWidth));
/frameworks/av/include/media/stagefright/
H A DMetaData.h34 kKeyWidth = 'widt', // int32_t, image pixel enumerator in enum:android::__anon58
/frameworks/av/media/libstagefright/
H A DJPEGSource.cpp103 meta->setInt32(kKeyWidth, mWidth);
H A DStagefrightMetadataRetriever.cpp249 CHECK(meta->findInt32(kKeyWidth, &width));
526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
H A DUtils.cpp93 CHECK(meta->findInt32(kKeyWidth, &width));
392 meta->setInt32(kKeyWidth, width);
H A DSurfaceMediaSource.cpp232 meta->setInt32(kKeyWidth, mWidth);
H A DAVIExtractor.cpp701 track->mMeta->setInt32(kKeyWidth, width);
1089 CHECK(meta->findInt32(kKeyWidth, &width));
1097 track->mMeta->setInt32(kKeyWidth, width);
H A DCameraSource.cpp561 mMeta->setInt32(kKeyWidth, mVideoSize.width);
H A Davc_utils.cpp348 meta->setInt32(kKeyWidth, width);
H A DOMXCodec.cpp784 bool success = meta->findInt32(kKeyWidth, &width);
1180 bool success = meta->findInt32(kKeyWidth, &width);
2323 CHECK(from->findInt32(kKeyWidth, &width_from));
2324 CHECK(to->findInt32(kKeyWidth, &width_to));
4337 mOutputFormat->setInt32(kKeyWidth, imageDef->nFrameWidth);
4451 mOutputFormat->setInt32(kKeyWidth, video_def->nFrameWidth);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp114 CHECK(meta->findInt32(kKeyWidth, &width));
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp45 CHECK(meta->findInt32(kKeyWidth, &mWidth));
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp106 meta->findInt32(kKeyWidth, &width);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp805 success = meta->findInt32(kKeyWidth, &vWidth);
1017 decoderMetadata->setInt32(kKeyWidth,
1047 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1185 decoderMetadata->setInt32(kKeyWidth,
1215 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1276 pDecShellContext->mVideoDecoder->getFormat()->findInt32(kKeyWidth,
H A DVideoEditorUtils.cpp62 if (meta->findInt32(kKeyWidth, &int32Data)) {
63 LOG1("displayMetaData kKeyWidth %d", int32Data);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp789 mFormat->setInt32(kKeyWidth, width);
955 mFormat->setInt32(kKeyWidth, width);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1415 CHECK(meta->findInt32(kKeyWidth, &width));
1421 enc_meta->setInt32(kKeyWidth, width);

Completed in 7166 milliseconds

12