Searched defs:videoFormat (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vui.h93 u32 videoFormat; member in struct:__anon796
/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/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/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);
/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/services/camera/libcameraservice/api1/client2/
H A DParameters.h142 int videoWidth, videoHeight, videoFormat; member in struct:android::camera2::Parameters
/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);

Completed in 280 milliseconds