Searched defs:videoWidth (Results 1 – 9 of 9) sorted by relevance
53 int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate, in TvTrackInfo()276 public final Builder setVideoWidth(int videoWidth) { in setVideoWidth()
68 String videoWidth = (String) icicle.get("video_width"); in onCreate() local
294 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest296 int videoWidth = 0; in videoWidth() local
177 int videoWidth; in recordVideoAndPlayback() local
412 int videoWidth, in CamcorderProfile()
298 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth; in recordVideoWithPara() local
524 int32_t videoWidth = -1; in parseMetaData() local
245 uint32_t videoWidth, videoHeight; in setDisplayProjection() local
132 int videoWidth, videoHeight; member