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

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 41 meta->setInt32(kKeyWidth, mWidth);
rtp_test.cpp 201 CHECK(decoder->getFormat()->findInt32(kKeyWidth, &width));
APacketSource.cpp 454 mFormat->setInt32(kKeyWidth, width);
466 mFormat->setInt32(kKeyWidth, width);
538 mFormat->setInt32(kKeyWidth, width);
MyTransmitter.h 114 encMeta->setInt32(kKeyWidth, width);
181 CHECK(meta->findInt32(kKeyWidth, &width));
ARTPWriter.cpp 492 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 72 meta->setInt32(kKeyWidth, mWidth);
287 enc_meta->setInt32(kKeyWidth, width);
sf2.cpp 299 CHECK(meta->findInt32(kKeyWidth, &width));
  /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);
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);
Utils.cpp 117 CHECK(meta->findInt32(kKeyWidth, &width));
572 meta->setInt32(kKeyWidth, width);
StagefrightMetadataRetriever.cpp 654 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
avc_utils.cpp 393 meta->setInt32(kKeyWidth, width);
OMXCodec.cpp 889 bool success = meta->findInt32(kKeyWidth, &width);
    [all...]
CameraSource.cpp 573 mMeta->setInt32(kKeyWidth, mVideoSize.width);
AwesomePlayer.cpp     [all...]
MPEG4Writer.cpp     [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 86 CHECK(md->findInt32(kKeyWidth, &width));
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 1095 mFormat->setInt32(kKeyWidth, width);
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 991 meta->setInt32(kKeyWidth, vtrack->GetWidth());
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 198 milliseconds