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

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java476 int videoWidth,
489 this.videoFrameWidth = videoWidth;
470 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java302 public static int videoWidth(String filePath) throws Exception { method in class:CodecTest
303 Log.v(TAG, "videoWidth - " + filePath);
304 int videoWidth = 0;
328 videoWidth = mMediaPlayer.getVideoWidth();
333 return videoWidth;
/frameworks/support/leanback/src/main/java/androidx/leanback/media/
H A DPlaybackGlueHost.java93 * @param videoWidth
96 public void onVideoSizeChanged(int videoWidth, int videoHeight) { argument
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java72 int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight,
81 mVideoWidth = videoWidth;
396 * @param videoWidth The width of the video.
399 public final Builder setVideoWidth(int videoWidth) { argument
403 mVideoWidth = videoWidth;
71 TvTrackInfo(int type, String id, String language, CharSequence description, int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate, float videoPixelAspectRatio, byte videoActiveFormatDescription, Bundle extra) argument
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp494 int32_t videoWidth = -1; local
529 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth));
579 sprintf(tmp, "%d", videoWidth);
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp274 uint32_t videoWidth, videoHeight; local
277 videoWidth = gVideoWidth;
280 videoWidth = gVideoHeight;
283 if (videoHeight > (uint32_t)(videoWidth * displayAspect)) {
285 outWidth = videoWidth;
286 outHeight = (uint32_t)(videoWidth * displayAspect);
293 offX = (videoWidth - outWidth) / 2;
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DPlaybackFragment.java1145 * @param videoWidth Intrinsic width of video
1148 protected void onVideoSizeChanged(int videoWidth, int videoHeight) { argument
H A DPlaybackSupportFragment.java1138 * @param videoWidth Intrinsic width of video
1141 protected void onVideoSizeChanged(int videoWidth, int videoHeight) { argument
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h142 int videoWidth, videoHeight, videoFormat; member in struct:android::camera2::Parameters

Completed in 242 milliseconds