/frameworks/av/cmds/stagefright/ |
D | record.cpp | 60 meta->setInt32(kKeyWidth, mWidth); 204 bool success = meta->findInt32(kKeyWidth, &width); 217 enc_meta->setInt32(kKeyWidth, width);
|
D | recordvideo.cpp | 67 meta->setInt32(kKeyWidth, mWidth); in getFormat() 278 enc_meta->setInt32(kKeyWidth, width); in main()
|
D | sf2.cpp | 276 CHECK(meta->findInt32(kKeyWidth, &width)); in makeFormat()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | VideoSource.h | 41 meta->setInt32(kKeyWidth, mWidth); in getFormat()
|
D | rtp_test.cpp | 201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width)); in main()
|
D | APacketSource.cpp | 456 mFormat->setInt32(kKeyWidth, width); in APacketSource() 468 mFormat->setInt32(kKeyWidth, width); in APacketSource() 540 mFormat->setInt32(kKeyWidth, width); in APacketSource()
|
D | MyTransmitter.h | 114 encMeta->setInt32(kKeyWidth, width); in MyTransmitter() 181 CHECK(meta->findInt32(kKeyWidth, &width)); in issueAnnounce()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | DummyVideoSource.cpp | 110 meta->setInt32(kKeyWidth, mFrameWidth); in getFormat()
|
D | NativeWindowRenderer.cpp | 584 CHECK(meta->findInt32(kKeyWidth, &mWidth)); in updateVideoSize()
|
/frameworks/av/media/libstagefright/ |
D | JPEGSource.cpp | 103 meta->setInt32(kKeyWidth, mWidth); in getFormat()
|
D | Utils.cpp | 88 CHECK(meta->findInt32(kKeyWidth, &width)); in convertMetaDataToMessage() 387 meta->setInt32(kKeyWidth, width); in convertMessageToMetaData()
|
D | StagefrightMetadataRetriever.cpp | 249 CHECK(meta->findInt32(kKeyWidth, &width)); in extractVideoFrameWithCodecFlags() 526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth)); in parseMetaData()
|
D | AVIExtractor.cpp | 701 track->mMeta->setInt32(kKeyWidth, width); in parseStreamFormat() 1089 CHECK(meta->findInt32(kKeyWidth, &width)); in addH264CodecSpecificData() 1097 track->mMeta->setInt32(kKeyWidth, width); in addH264CodecSpecificData()
|
D | SurfaceMediaSource.cpp | 235 meta->setInt32(kKeyWidth, mWidth); in getFormat()
|
D | avc_utils.cpp | 348 meta->setInt32(kKeyWidth, width); in MakeAVCCodecSpecificData()
|
D | OMXCodec.cpp | 789 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()
|
D | CameraSource.cpp | 561 mMeta->setInt32(kKeyWidth, mVideoSize.width); in initWithCameraAccess()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 34 kKeyWidth = 'widt', // int32_t, image pixel enumerator
|
/frameworks/base/media/tests/omxjpegdecoder/ |
D | omx_jpeg_decoder.cpp | 105 meta->findInt32(kKeyWidth, &width); in onDecode()
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorVideoDecoder.cpp | 805 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()
|
D | VideoEditorUtils.cpp | 62 if (meta->findInt32(kKeyWidth, &int32Data)) { in displayMetaData()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 45 CHECK(meta->findInt32(kKeyWidth, &mWidth)); in SoftwareRenderer()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 114 CHECK(meta->findInt32(kKeyWidth, &width)); in prepareAsync()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 794 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEGVideo() 960 mFormat->setInt32(kKeyWidth, width); in dequeueAccessUnitMPEG4Video()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1396 CHECK(meta->findInt32(kKeyWidth, &width)); in setupVideoEncoder() 1402 enc_meta->setInt32(kKeyWidth, width); in setupVideoEncoder()
|