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

1 2

  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 42 meta->setInt32(kKeyHeight, mHeight);
rtp_test.cpp 202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
APacketSource.cpp 452 mFormat->setInt32(kKeyHeight, height);
464 mFormat->setInt32(kKeyHeight, height);
536 mFormat->setInt32(kKeyHeight, height);
MyTransmitter.h 115 encMeta->setInt32(kKeyHeight, height);
182 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 67 meta->setInt32(kKeyHeight, mHeight);
265 enc_meta->setInt32(kKeyHeight, height);
sf2.cpp 277 CHECK(meta->findInt32(kKeyHeight, &height));
  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 111 meta->setInt32(kKeyHeight, mFrameHeight);
NativeWindowRenderer.cpp 587 CHECK(meta->findInt32(kKeyHeight, &mHeight));
  /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 215 CHECK(meta->findInt32(kKeyHeight, &height));
491 CHECK(trackMeta->findInt32(kKeyHeight, &videoHeight));
Utils.cpp 84 CHECK(meta->findInt32(kKeyHeight, &height));
SurfaceMediaSource.cpp 171 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...]
avc_utils.cpp 302 meta->setInt32(kKeyHeight, height);
CameraSource.cpp 546 mMeta->setInt32(kKeyHeight, mVideoSize.height);
OMXCodec.cpp 552 success = success && meta->findInt32(kKeyHeight, &height);
782 success = success && meta->findInt32(kKeyHeight, &height);
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 46 CHECK(meta->findInt32(kKeyHeight, &mHeight));
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 106 meta->findInt32(kKeyHeight, &height);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorUtils.cpp 65 if (meta->findInt32(kKeyHeight, &int32Data)) {
66 LOG1("displayMetaData kKeyHeight %d", int32Data);
VideoEditorVideoEncoder.cpp 349 metaData->findInt32(kKeyHeight, &height);
658 encoderMetadata->setInt32(kKeyHeight,
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 693 mFormat->setInt32(kKeyHeight, height);
859 mFormat->setInt32(kKeyHeight, height);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 384 milliseconds

1 2