Searched refs:setVideoWidth (Results 1 – 7 of 7) sorted by relevance
35 TvTrackInfo.TYPE_VIDEO, "FHD Video").setVideoHeight(1080).setVideoWidth(1920)38 TvTrackInfo.TYPE_VIDEO, "SVGA Video").setVideoHeight(600).setVideoWidth(800).build();
247 public Builder setVideoWidth(int videoWidth) { in setVideoWidth() method in ChannelInfo.Builder
67 public void setVideoWidth(int videoWidth) { in setVideoWidth() method in Metadata
45 data.getMetadata().setVideoWidth(Integer.parseInt(val)); in loadRotationMetadata()
94 .setVideoWidth(cursor.getInt(index++)) in fromCursor()291 public Builder setVideoWidth(int videoWidth) { in setVideoWidth() method in RecordedProgram.Builder426 .setVideoWidth(orig.getVideoWidth()) in buildFrom()
105 builder.setVideoWidth((int) cursor.getLong(index++)); in fromCursor()419 public Builder setVideoWidth(int width) { in setVideoWidth() method in Program.Builder
1024 .setVideoWidth(width).setVideoHeight(height).build()); in updateVideoTrack()