Searched refs:videoFormat (Results 1 - 14 of 14) sorted by path

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1723 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */); local
1725 const bool hasVideo = (videoFormat != NULL);
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp149 sp<AMessage> videoFormat; local
150 if (convertMetaDataToMessage(trackMeta, &videoFormat) != OK) {
157 videoFormat->setInt32("color-format", OMX_COLOR_FormatYUV420Planar);
164 videoFormat->setInt32("android._num-input-buffers", 1);
165 videoFormat->setInt32("android._num-output-buffers", 1);
179 err = decoder->configure(videoFormat, NULL /* surface */, NULL /* crypto */, 0 /* flags */);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.c148 pVuiParameters->videoFormat = tmp;
188 pVuiParameters->videoFormat = 5;
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon796
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.cpp2205 l.mParameters.videoFormat = format;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp910 videoFormat = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
H A DParameters.h142 int videoWidth, videoHeight, videoFormat; member in struct:android::camera2::Parameters
H A DStreamingProcessor.cpp329 currentFormat != (uint32_t)params.videoFormat ||
365 currentFormat != (uint32_t)params.videoFormat ||
388 params.videoFormat, params.videoDataSpace,
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java1966 * @param videoFormat The video format defined in {@link Channels}.
1972 public static final String getVideoResolution(@VideoFormat String videoFormat) { argument
1973 return VIDEO_FORMAT_TO_RESOLUTION_MAP.get(videoFormat);
/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/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/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/support/tv-provider/src/android/support/media/tv/
H A DChannel.java663 * @param videoFormat The value of {@link Channels#COLUMN_VIDEO_FORMAT} for the channel.
666 public Builder setVideoFormat(@VideoFormat String videoFormat) { argument
667 mValues.put(Channels.COLUMN_VIDEO_FORMAT, videoFormat);
H A DTvContractCompat.java1805 * @param videoFormat The video format defined in {@link Channels}.
1811 public static String getVideoResolution(@VideoFormat String videoFormat) { argument
1812 return VIDEO_FORMAT_TO_RESOLUTION_MAP.get(videoFormat);

Completed in 315 milliseconds