HomeSort by relevance Sort by last modified time
    Searched refs:videoFormat (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTest.java 180 runTest(new GLSurfaceViewFactory(), new VideoFormat(fileName));
185 runTest(new GLSurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)));
190 runTest(new GLSurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)));
195 runTest(new SurfaceViewFactory(), new VideoFormat(fileName));
200 runTest(new SurfaceViewFactory(), getLargerHeightVideoFormat(new VideoFormat(fileName)));
205 runTest(new SurfaceViewFactory(), getLargerWidthVideoFormat(new VideoFormat(fileName)));
208 private void runTest(VideoViewFactory videoViewFactory, VideoFormat vf) {
241 private void decodeVideo(VideoFormat videoFormat, VideoViewFactory videoViewFactory) {
244 videoViewFactory.getSurface(), videoFormat, 10)
    [all...]
DecodeAccuracyTestBase.java 175 * @param videoFormat is the format of the video to extract and decode.
181 Surface surface, VideoFormat videoFormat, int numOfTotalFrames, long msPerFrameCap,
185 if (prepareVideoDecode(videoFormat)) {
203 Surface surface, VideoFormat videoFormat, int numOfTotalFrames) {
204 return decodeVideoFrames(surface, videoFormat, numOfTotalFrames, 0, false);
211 private boolean prepareVideoDecode(VideoFormat videoFormat) {
212 MediaFormat mediaFormat = prepareExtractor(videoFormat);
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/data/
TunerChannel.java 194 * @param videoFormat Video format. Should be {@code null} or one of the followings: {@link
214 String videoFormat) {
229 if (videoFormat != null) {
230 tunerChannel.setVideoFormat(videoFormat);
452 public synchronized void setVideoFormat(String videoFormat) {
453 mProto.videoFormat = videoFormat == null ? "" : videoFormat;
457 return mProto.videoFormat;
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
CustomizeChannelListFragment.java 251 String videoFormat = channel.getVideoFormat();
252 return videoFormat != null
253 && (Channels.VIDEO_FORMAT_720P.equals(videoFormat)
254 || Channels.VIDEO_FORMAT_1080I.equals(videoFormat)
255 || Channels.VIDEO_FORMAT_1080P.equals(videoFormat)
256 || Channels.VIDEO_FORMAT_2160P.equals(videoFormat)
257 || Channels.VIDEO_FORMAT_4320P.equals(videoFormat));
  /frameworks/av/media/libstagefright/
FrameDecoder.cpp 204 sp<AMessage> videoFormat = onGetFormatAndSeekOptions(
206 if (videoFormat == NULL) {
222 videoFormat, NULL /* surface */, NULL /* crypto */, 0 /* flags */);
441 sp<AMessage> videoFormat;
442 if (convertMetaDataToMessage(trackMeta(), &videoFormat) != OK) {
449 videoFormat->setInt32("color-format", OMX_COLOR_FormatYUV420Planar);
457 videoFormat->setInt32("android._num-input-buffers", 1);
458 videoFormat->setInt32("android._num-output-buffers", 1);
460 return videoFormat;
618 sp<AMessage> videoFormat;
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java 252 MediaFormat videoFormat = mMediaExtractor.getTrackFormat(mVideoTrackIndex);
254 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this)
255 : new CpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/data/
ChannelUtils.java 90 String videoFormat = channel.getVideoFormat();
91 if (videoFormat != null) {
92 values.put(Channels.COLUMN_VIDEO_FORMAT, videoFormat);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 82 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);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/
TvContractUtils.java 100 String videoFormat = getVideoFormat(channel.videoHeight);
101 if (videoFormat != null) {
102 values.put(Channels.COLUMN_VIDEO_FORMAT, videoFormat);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 326 !streamInfo.matchFormat((uint32_t)params.videoFormat) ||
358 !streamInfo.matchFormat((uint32_t)params.videoFormat) ||
381 params.videoFormat, params.videoDataSpace,
Parameters.h 142 int videoWidth, videoHeight, videoFormat;
Parameters.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat,
240 mRecorder.setVideoEncoder(videoFormat);
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
TvContractCompat.java     [all...]
Channel.java 30 import androidx.tvprovider.media.tv.TvContractCompat.Channels.VideoFormat;
153 public @VideoFormat String getVideoFormat() {
688 * @param videoFormat The value of {@link Channels#COLUMN_VIDEO_FORMAT} for the channel.
691 public Builder setVideoFormat(@VideoFormat String videoFormat) {
692 mValues.put(Channels.COLUMN_VIDEO_FORMAT, videoFormat);
    [all...]
  /packages/apps/TV/src/com/android/tv/data/
ChannelImpl.java 356 + ", videoFormat="
515 public Builder setVideoFormat(String videoFormat) {
516 mChannel.mVideoFormat = videoFormat;
  /frameworks/base/media/java/android/media/tv/
TvContract.java     [all...]
  /packages/apps/TV/src/com/android/tv/util/
Utils.java 547 public static String getVideoDefinitionLevelString(Context context, int videoFormat) {
548 switch (videoFormat) {
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 696 milliseconds

1 2