/frameworks/av/media/libstagefright/rtsp/ |
VideoSource.h | 41 meta->setInt32(kKeyWidth, mWidth);
|
rtp_test.cpp | 201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
|
APacketSource.cpp | 456 mFormat->setInt32(kKeyWidth, width); 468 mFormat->setInt32(kKeyWidth, width); 540 mFormat->setInt32(kKeyWidth, width);
|
MyTransmitter.h | 114 encMeta->setInt32(kKeyWidth, width); 181 CHECK(meta->findInt32(kKeyWidth, &width));
|
/frameworks/av/cmds/stagefright/ |
record.cpp | 60 meta->setInt32(kKeyWidth, mWidth); 204 bool success = meta->findInt32(kKeyWidth, &width); 217 enc_meta->setInt32(kKeyWidth, width);
|
recordvideo.cpp | 67 meta->setInt32(kKeyWidth, mWidth); 278 enc_meta->setInt32(kKeyWidth, width);
|
sf2.cpp | 276 CHECK(meta->findInt32(kKeyWidth, &width));
|
/frameworks/av/libvideoeditor/lvpp/ |
DummyVideoSource.cpp | 110 meta->setInt32(kKeyWidth, mFrameWidth);
|
NativeWindowRenderer.cpp | 585 CHECK(meta->findInt32(kKeyWidth, &mWidth));
|
/frameworks/av/include/media/stagefright/ |
MetaData.h | 34 kKeyWidth = 'widt', // int32_t, image pixel
|
/frameworks/av/media/libstagefright/ |
JPEGSource.cpp | 103 meta->setInt32(kKeyWidth, mWidth);
|
StagefrightMetadataRetriever.cpp | 249 CHECK(meta->findInt32(kKeyWidth, &width)); 526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
|
Utils.cpp | 93 CHECK(meta->findInt32(kKeyWidth, &width)); 392 meta->setInt32(kKeyWidth, width);
|
SurfaceMediaSource.cpp | 232 meta->setInt32(kKeyWidth, mWidth);
|
AVIExtractor.cpp | 701 track->mMeta->setInt32(kKeyWidth, width); 1089 CHECK(meta->findInt32(kKeyWidth, &width)); 1097 track->mMeta->setInt32(kKeyWidth, width); [all...] |
CameraSource.cpp | 561 mMeta->setInt32(kKeyWidth, mVideoSize.width);
|
avc_utils.cpp | 348 meta->setInt32(kKeyWidth, width);
|
OMXCodec.cpp | 784 bool success = meta->findInt32(kKeyWidth, &width); [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
GenericSource.cpp | 114 CHECK(meta->findInt32(kKeyWidth, &width));
|
/frameworks/av/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 45 CHECK(meta->findInt32(kKeyWidth, &mWidth));
|
/frameworks/base/media/tests/omxjpegdecoder/ |
omx_jpeg_decoder.cpp | 106 meta->findInt32(kKeyWidth, &width);
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoDecoder.cpp | [all...] |
VideoEditorUtils.cpp | 62 if (meta->findInt32(kKeyWidth, &int32Data)) { 63 LOG1("displayMetaData kKeyWidth %d", int32Data);
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 789 mFormat->setInt32(kKeyWidth, width); 955 mFormat->setInt32(kKeyWidth, width);
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | [all...] |