Home
last modified time | relevance | path

Searched refs:videoFormat (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java80 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo() argument
94 mRecorder.setVideoEncoder(videoFormat); in recordVideo()
227 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideoFromSurface() argument
244 recorder.setVideoEncoder(videoFormat); in recordVideoFromSurface()
360 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting() argument
373 mRecorder.setVideoEncoder(videoFormat); in invalidRecordSetting()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DMediaDecoder.java252 MediaFormat videoFormat = mMediaExtractor.getTrackFormat(mVideoTrackIndex); in onStart() local
254 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this) in onStart()
255 : new CpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this); in onStart()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_vui.h93 u32 videoFormat; member
Dh264bsd_vui.c148 pVuiParameters->videoFormat = tmp; in h264bsdDecodeVuiParameters()
188 pVuiParameters->videoFormat = 5; in h264bsdDecodeVuiParameters()
/frameworks/base/media/java/android/media/tv/
DTvContract.java512 public static final String getVideoResolution(String videoFormat) { in getVideoResolution() argument
513 return VIDEO_FORMAT_TO_RESOLUTION_MAP.get(videoFormat); in getVideoResolution()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, in stressVideoRecord() argument
240 mRecorder.setVideoEncoder(videoFormat); in stressVideoRecord()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayer.cpp633 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); in onMessageReceived() local
635 const bool hasVideo = (videoFormat != NULL); in onMessageReceived()
1038 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); in onStart() local
1041 canOffloadStream(audioMeta, (videoFormat != NULL), in onStart()