/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
D | MediaRecorderTest.java | 82 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo() argument 96 mRecorder.setVideoEncoder(videoFormat); in recordVideo() 229 int videoFormat, int outFormat, String outFile, boolean videoOnly, in recordVideoFromSurface() argument 248 recorder.setVideoEncoder(videoFormat); in recordVideoFromSurface() 375 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting() argument 388 mRecorder.setVideoEncoder(videoFormat); in invalidRecordSetting()
|
/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/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 151 sp<AMessage> videoFormat; in extractVideoFrame() local 152 if (convertMetaDataToMessage(trackMeta, &videoFormat) != OK) { in extractVideoFrame() 159 videoFormat->setInt32("color-format", OMX_COLOR_FormatYUV420Planar); in extractVideoFrame() 172 err = decoder->configure(videoFormat, NULL /* surface */, NULL /* crypto */, 0 /* flags */); in extractVideoFrame()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | StreamingProcessor.cpp | 334 currentFormat != (uint32_t)params.videoFormat || in recordingStreamNeedsUpdate() 370 currentFormat != (uint32_t)params.videoFormat || in updateRecordingStream() 393 params.videoFormat, params.videoDataSpace, in updateRecordingStream()
|
D | Parameters.h | 134 int videoWidth, videoHeight, videoFormat; member
|
D | Parameters.cpp | 874 videoFormat = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED; in initialize()
|
/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/base/media/java/android/media/tv/ |
D | TvContract.java | 626 public static final String getVideoResolution(String videoFormat) { in getVideoResolution() argument 627 return VIDEO_FORMAT_TO_RESOLUTION_MAP.get(videoFormat); in getVideoResolution()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1350 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); in onStart() local 1353 canOffloadStream(audioMeta, (videoFormat != NULL), mSource->isStreaming(), streamType) in onStart() 1555 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); in determineAudioModeChange() local 1557 const bool hasVideo = (videoFormat != NULL); in determineAudioModeChange()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 2189 l.mParameters.videoFormat = format; in setVideoTarget()
|