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

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 42 meta->setInt32(kKeyHeight, mHeight);
rtp_test.cpp 192 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
APacketSource.cpp 454 mFormat->setInt32(kKeyHeight, height);
466 mFormat->setInt32(kKeyHeight, height);
538 mFormat->setInt32(kKeyHeight, height);
ARTPWriter.cpp 493 CHECK(meta->findInt32(kKeyHeight, &height));
MyTransmitter.h 185 CHECK(meta->findInt32(kKeyHeight, &height));
  /frameworks/av/media/libstagefright/
MetaDataUtils.cpp 41 meta.setInt32(kKeyHeight, height);
JPEGSource.cpp 105 meta->setInt32(kKeyHeight, mHeight);
FrameDecoder.cpp 166 CHECK(trackMeta->findInt32(kKeyHeight, &height));
581 overrideMeta->setInt32(kKeyHeight, mHeight);
586 CHECK(trackMeta()->findInt32(kKeyHeight, &mHeight));
602 overrideMeta->setInt32(kKeyHeight, tileHeight);
StagefrightMetadataRetriever.cpp 530 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
543 CHECK(trackMeta->findInt32(kKeyHeight, &imageHeight));
Utils.cpp 650 || !meta->findInt32(kKeyHeight, &height)) {
    [all...]
CameraSource.cpp 700 mMeta->setInt32(kKeyHeight, mVideoSize.height);
    [all...]
MPEG4Writer.cpp     [all...]
  /frameworks/av/media/libmediaextractor/include/media/stagefright/
MetaDataBase.h 34 kKeyHeight = 'heig', // int32_t, image pixel
  /frameworks/av/cmds/stagefright/
record.cpp 64 meta->setInt32(kKeyHeight, mHeight);
202 success = success && meta->findInt32(kKeyHeight, &height);
recordvideo.cpp 76 meta->setInt32(kKeyHeight, mHeight);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 1018 mFormat->setInt32(kKeyHeight, 720);
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 88 || !md->findInt32(kKeyHeight, &height)
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp     [all...]
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp     [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 579 milliseconds