HomeSort by relevance Sort by last modified time
    Searched refs:kKeyWidth (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/media/libstagefright/
VideoSourceDownSampler.cpp 41 CHECK(mMeta->findInt32(kKeyWidth, &mRealSourceWidth));
51 mMeta->setInt32(kKeyWidth, mWidth);
JPEGSource.cpp 103 meta->setInt32(kKeyWidth, mWidth);
StagefrightMetadataRetriever.cpp 211 CHECK(meta->findInt32(kKeyWidth, &width));
480 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
AVIExtractor.cpp 700 track->mMeta->setInt32(kKeyWidth, width);
1088 CHECK(meta->findInt32(kKeyWidth, &width));
1096 track->mMeta->setInt32(kKeyWidth, width);
    [all...]
avc_utils.cpp 301 meta->setInt32(kKeyWidth, width);
OMXCodec.cpp 688 bool success = meta->findInt32(kKeyWidth, &width);
709 bool success = meta->findInt32(kKeyWidth, &width);
967 bool success = meta->findInt32(kKeyWidth, &width);
    [all...]
CameraSource.cpp 541 mMeta->setInt32(kKeyWidth, mVideoSize.width);
  /frameworks/base/media/libstagefright/rtsp/
VideoSource.h 41 meta->setInt32(kKeyWidth, mWidth);
rtp_test.cpp 201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
APacketSource.cpp 451 mFormat->setInt32(kKeyWidth, width);
463 mFormat->setInt32(kKeyWidth, width);
535 mFormat->setInt32(kKeyWidth, width);
MyTransmitter.h 114 encMeta->setInt32(kKeyWidth, width);
181 CHECK(meta->findInt32(kKeyWidth, &width));
  /frameworks/base/cmds/stagefright/
record.cpp 60 meta->setInt32(kKeyWidth, mWidth);
204 bool success = meta->findInt32(kKeyWidth, &width);
217 enc_meta->setInt32(kKeyWidth, width);
recordvideo.cpp 66 meta->setInt32(kKeyWidth, mWidth);
264 enc_meta->setInt32(kKeyWidth, width);
sf2.cpp 268 CHECK(meta->findInt32(kKeyWidth, &width));
  /frameworks/media/libvideoeditor/lvpp/
DummyVideoSource.cpp 113 meta->setInt32(kKeyWidth, mFrameWidth);
NativeWindowRenderer.cpp 589 CHECK(meta->findInt32(kKeyWidth, &mWidth));
  /frameworks/base/include/media/stagefright/
MetaData.h 33 kKeyWidth = 'widt', // int32_t, image pixel
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp 201 CHECK(meta->findInt32(kKeyWidth, &mVideoWidth));
299 mFormat->setInt32(kKeyWidth, mVideoWidth);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 116 CHECK(meta->findInt32(kKeyWidth, &width));
  /frameworks/base/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 42 CHECK(meta->findInt32(kKeyWidth, &mWidth));
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 105 meta->findInt32(kKeyWidth, &width);
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorUtils.cpp 62 if (meta->findInt32(kKeyWidth, &int32Data)) {
63 LOG1("displayMetaData kKeyWidth %d", int32Data);
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 208 CHECK(meta->findInt32(kKeyWidth, &mVideoWidth));
322 mFormat->setInt32(kKeyWidth, mVideoWidth);
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 714 mFormat->setInt32(kKeyWidth, width);
880 mFormat->setInt32(kKeyWidth, width);

Completed in 58 milliseconds

1 2