Searched refs:videoFormat (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon698
H A Dh264bsd_vui.c148 pVuiParameters->videoFormat = tmp;
188 pVuiParameters->videoFormat = 5;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DMediaDecoder.java252 MediaFormat videoFormat = mMediaExtractor.getTrackFormat(mVideoTrackIndex);
254 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this)
255 : new CpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java82 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
96 mRecorder.setVideoEncoder(videoFormat);
229 int videoFormat, int outFormat, String outFile, boolean videoOnly,
248 recorder.setVideoEncoder(videoFormat);
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) {
388 mRecorder.setVideoEncoder(videoFormat);
81 recordVideo(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
227 recordVideoFromSurface( int frameRate, int captureRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly, Surface persistentSurface) argument
374 invalidRecordSetting(int frameRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp151 sp<AMessage> videoFormat; local
152 if (convertMetaDataToMessage(trackMeta, &videoFormat) != OK) {
159 videoFormat->setInt32("color-format", OMX_COLOR_FormatYUV420Planar);
172 err = decoder->configure(videoFormat, NULL /* surface */, NULL /* crypto */, 0 /* flags */);
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp334 currentFormat != (uint32_t)params.videoFormat ||
370 currentFormat != (uint32_t)params.videoFormat ||
393 params.videoFormat, params.videoDataSpace,
H A DParameters.h134 int videoWidth, videoHeight, videoFormat; member in struct:android::camera2::Parameters
H A DParameters.cpp874 videoFormat = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java620 * @param videoFormat The video format defined in {@link Channels}.
626 public static final String getVideoResolution(String videoFormat) { argument
627 return VIDEO_FORMAT_TO_RESOLUTION_MAP.get(videoFormat);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, argument
240 mRecorder.setVideoEncoder(videoFormat);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1350 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); local
1353 canOffloadStream(audioMeta, (videoFormat != NULL), mSource->isStreaming(), streamType)
1555 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); local
1557 const bool hasVideo = (videoFormat != NULL);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp2189 l.mParameters.videoFormat = format;

Completed in 4792 milliseconds