Searched refs:videoFormat (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 80 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/ |
D | MediaDecoder.java | 252 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/ |
D | h264bsd_vui.h | 93 u32 videoFormat; member
|
D | h264bsd_vui.c | 148 pVuiParameters->videoFormat = tmp; in h264bsdDecodeVuiParameters() 188 pVuiParameters->videoFormat = 5; in h264bsdDecodeVuiParameters()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContract.java | 512 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/ |
D | MediaPlayerPerformance.java | 222 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/ |
D | NuPlayer.cpp | 633 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()
|