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

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 42 meta->setInt32(kKeyHeight, mHeight);
rtp_test.cpp 202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
APacketSource.cpp 457 mFormat->setInt32(kKeyHeight, height);
469 mFormat->setInt32(kKeyHeight, height);
541 mFormat->setInt32(kKeyHeight, height);
MyTransmitter.h 115 encMeta->setInt32(kKeyHeight, height);
182 CHECK(meta->findInt32(kKeyHeight, &height));
ARTPWriter.cpp 493 CHECK(meta->findInt32(kKeyHeight, &height));
  /frameworks/av/cmds/stagefright/
record.cpp 61 meta->setInt32(kKeyHeight, mHeight);
205 success = success && meta->findInt32(kKeyHeight, &height);
218 enc_meta->setInt32(kKeyHeight, height);
recordvideo.cpp 69 meta->setInt32(kKeyHeight, mHeight);
284 enc_meta->setInt32(kKeyHeight, height);
sf2.cpp 301 CHECK(meta->findInt32(kKeyHeight, &height));
  /frameworks/av/include/media/stagefright/
MetaData.h 35 kKeyHeight = 'heig', // int32_t, image pixel
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 104 meta->setInt32(kKeyHeight, mHeight);
StagefrightMetadataRetriever.cpp 257 CHECK(meta->findInt32(kKeyHeight, &height));
554 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
SurfaceMediaSource.cpp 239 meta->setInt32(kKeyHeight, mHeight);
AVIExtractor.cpp 702 track->mMeta->setInt32(kKeyHeight, height);
1090 CHECK(meta->findInt32(kKeyHeight, &height));
1098 track->mMeta->setInt32(kKeyHeight, height);
    [all...]
Utils.cpp 101 CHECK(meta->findInt32(kKeyHeight, &height));
486 meta->setInt32(kKeyHeight, height);
CameraSource.cpp 574 mMeta->setInt32(kKeyHeight, mVideoSize.height);
avc_utils.cpp 379 meta->setInt32(kKeyHeight, height);
OMXCodec.cpp 882 success = success && meta->findInt32(kKeyHeight, &height);
    [all...]
AwesomePlayer.cpp     [all...]
MPEG4Writer.cpp     [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 1049 mFormat->setInt32(kKeyHeight, height);
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 119 CHECK(md->findInt32(kKeyHeight, &height));
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 979 meta->setInt32(kKeyHeight, vtrack->GetHeight());
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 376 milliseconds