Searched refs:mVideoWidth (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DMetadata.java34 private int mVideoWidth = -1; field in class:Metadata
64 return mVideoWidth;
68 mVideoWidth = videoWidth;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVideoThumbnailView.java65 private int mVideoWidth; field in class:VideoThumbnailView
85 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE;
102 mVideoWidth = mediaPlayer.getVideoWidth();
203 return mVideoWidth != ImageRequest.UNSPECIFIED_SIZE &&
227 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE;
235 mVideoWidth = part.getWidth();
248 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE;
263 mVideoWidth = ImageRequest.UNSPECIFIED_SIZE;
309 desiredWidth = mVideoWidth;
/packages/apps/TV/src/com/android/tv/data/
H A DProgram.java128 private int mVideoWidth; field in class:Program
212 return mVideoWidth;
266 mTitle, mEpisodeTitle, mDescription, mVideoWidth, mVideoHeight,
283 && mVideoWidth == program.mVideoWidth
311 .append(", videoWidth=").append(mVideoWidth)
339 mVideoWidth = other.mVideoWidth;
420 mProgram.mVideoWidth = width;
/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DChannelInfo.java197 private int mVideoWidth = 1920; // Width for HD video. field in class:ChannelInfo.Builder
218 mVideoWidth = other.videoWidth;
248 mVideoWidth = videoWidth;
309 mVideoWidth, mVideoHeight, mVideoPixelAspectRatio, mAudioChannel,
/packages/apps/TV/common/src/com/android/tv/common/recording/
H A DRecordedProgram.java135 if (recordedProgram.mVideoWidth == 0) {
138 values.put(RecordedPrograms.COLUMN_VIDEO_WIDTH, recordedProgram.mVideoWidth);
187 private int mVideoWidth; field in class:RecordedProgram.Builder
292 mVideoWidth = videoWidth;
400 mLongDescription, mVideoWidth, mVideoHeight, mAudioLanguage, mContentRating,
467 private final int mVideoWidth; field in class:RecordedProgram
508 mVideoWidth = videoWidth;
662 return mVideoWidth;
680 Objects.equals(mVideoWidth, that.mVideoWidth)
[all...]
/packages/apps/TV/src/com/android/tv/ui/
H A DTunableTvView.java126 private int mVideoWidth; field in class:TunableTvView
248 mVideoWidth = 0;
263 mVideoWidth = track.getVideoWidth();
266 mVideoWidth, mVideoHeight);
268 if (mVideoWidth <= 0 || mVideoHeight <= 0) {
275 * mVideoWidth / mVideoHeight;
277 mVideoDisplayAspectRatio = mVideoWidth
528 mVideoWidth = 0;
599 mVideoWidth = 0;
727 return mVideoWidth;
[all...]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSessionWorker.java387 private long mVideoWidth; field in class:TunerRecordingSessionWorker.Program
421 mVideoWidth = cursor.getLong(index++);
438 mVideoWidth = 0;
464 values.put(PROJECTION[12], mVideoWidth);

Completed in 188 milliseconds