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 194 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/include/media/stagefright/
MetaData.h 35 kKeyWidth = 'widt', // int32_t, image pixel
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 103 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...]
SurfaceMediaSource.cpp 240 meta->setInt32(kKeyWidth, mWidth);
avc_utils.cpp 420 meta->setInt32(kKeyWidth, width);
Utils.cpp 642 if (!meta->findInt32(kKeyWidth, &width)
    [all...]
CameraSource.cpp 675 mMeta->setInt32(kKeyWidth, mVideoSize.width);
    [all...]
StagefrightMetadataRetriever.cpp 697 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
MPEG4Extractor.cpp     [all...]
MPEG4Writer.cpp     [all...]
  /frameworks/av/cmds/stagefright/
record.cpp 62 meta->setInt32(kKeyWidth, mWidth);
202 bool success = meta->findInt32(kKeyWidth, &width);
recordvideo.cpp 75 meta->setInt32(kKeyWidth, mWidth);
sf2.cpp 299 CHECK(meta->findInt32(kKeyWidth, &width));
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 1098 mFormat->setInt32(kKeyWidth, width);
    [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 4190 milliseconds