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

1 2

  /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 584 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);
Utils.cpp 88 CHECK(meta->findInt32(kKeyWidth, &width));
387 meta->setInt32(kKeyWidth, width);
StagefrightMetadataRetriever.cpp 249 CHECK(meta->findInt32(kKeyWidth, &width));
526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
SurfaceMediaSource.cpp 235 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 789 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 105 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 794 mFormat->setInt32(kKeyWidth, width);
960 mFormat->setInt32(kKeyWidth, width);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 254 milliseconds

1 2