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

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 42 meta->setInt32(kKeyHeight, mHeight);
rtp_test.cpp 193 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
APacketSource.cpp 455 mFormat->setInt32(kKeyHeight, height);
467 mFormat->setInt32(kKeyHeight, height);
539 mFormat->setInt32(kKeyHeight, height);
ARTPWriter.cpp 493 CHECK(meta->findInt32(kKeyHeight, &height));
MyTransmitter.h 185 CHECK(meta->findInt32(kKeyHeight, &height));
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 104 meta->setInt32(kKeyHeight, mHeight);
StagefrightMetadataRetriever.cpp 240 CHECK(trackMeta->findInt32(kKeyHeight, &height));
262 overrideMeta->setInt32(kKeyHeight, thumbnailHeight);
284 CHECK(trackMeta->findInt32(kKeyHeight, &height));
297 overrideMeta->setInt32(kKeyHeight, gridHeight);
828 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
AVIExtractor.cpp 702 track->mMeta->setInt32(kKeyHeight, height);
1090 CHECK(meta->findInt32(kKeyHeight, &height));
1098 track->mMeta->setInt32(kKeyHeight, height);
    [all...]
SurfaceMediaSource.cpp 240 meta->setInt32(kKeyHeight, mHeight);
avc_utils.cpp 430 meta->setInt32(kKeyHeight, height);
ItemTable.cpp     [all...]
Utils.cpp 678 || !meta->findInt32(kKeyHeight, &height)) {
    [all...]
CameraSource.cpp 700 mMeta->setInt32(kKeyHeight, mVideoSize.height);
    [all...]
MPEG4Extractor.cpp     [all...]
MPEG4Writer.cpp     [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaData.h 36 kKeyHeight = 'heig', // int32_t, image pixel
  /frameworks/av/cmds/stagefright/
record.cpp 63 meta->setInt32(kKeyHeight, mHeight);
201 success = success && meta->findInt32(kKeyHeight, &height);
recordvideo.cpp 76 meta->setInt32(kKeyHeight, mHeight);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 1014 mFormat->setInt32(kKeyHeight, 720);
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 88 || !md->findInt32(kKeyHeight, &height)
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 359 milliseconds