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

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 41 meta->setInt32(kKeyWidth, mWidth);
rtp_test.cpp 192 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
APacketSource.cpp 454 mFormat->setInt32(kKeyWidth, width);
466 mFormat->setInt32(kKeyWidth, width);
538 mFormat->setInt32(kKeyWidth, width);
ARTPWriter.cpp 492 CHECK(meta->findInt32(kKeyWidth, &width));
MyTransmitter.h 184 CHECK(meta->findInt32(kKeyWidth, &width));
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 103 meta->setInt32(kKeyWidth, mWidth);
StagefrightMetadataRetriever.cpp 239 CHECK(trackMeta->findInt32(kKeyWidth, &width));
261 overrideMeta->setInt32(kKeyWidth, thumbnailWidth);
283 CHECK(trackMeta->findInt32(kKeyWidth, &width));
296 overrideMeta->setInt32(kKeyWidth, gridWidth);
827 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
AVIExtractor.cpp 701 track->mMeta->setInt32(kKeyWidth, width);
1089 CHECK(meta->findInt32(kKeyWidth, &width));
1097 track->mMeta->setInt32(kKeyWidth, width);
    [all...]
SurfaceMediaSource.cpp 239 meta->setInt32(kKeyWidth, mWidth);
avc_utils.cpp 429 meta->setInt32(kKeyWidth, width);
ItemTable.cpp     [all...]
Utils.cpp 677 if (!meta->findInt32(kKeyWidth, &width)
    [all...]
CameraSource.cpp 699 mMeta->setInt32(kKeyWidth, mVideoSize.width);
    [all...]
MPEG4Extractor.cpp     [all...]
MPEG4Writer.cpp     [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaData.h 35 kKeyWidth = 'widt', // int32_t, image pixel
  /frameworks/av/cmds/stagefright/
record.cpp 62 meta->setInt32(kKeyWidth, mWidth);
200 bool success = meta->findInt32(kKeyWidth, &width);
recordvideo.cpp 75 meta->setInt32(kKeyWidth, mWidth);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 1013 mFormat->setInt32(kKeyWidth, 1280);
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 87 if (!md->findInt32(kKeyWidth, &width)
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 270 milliseconds