Searched refs:videoHeight (Results 1 – 6 of 6) sorted by relevance
2511 videoHeight = mPreviewHeight; in setVideoSize()2515 if(!parse_size(str, videoWidth, videoHeight)) { in setVideoSize()2519 (old_vid_w != videoWidth || old_vid_h != videoHeight)) { in setVideoSize()2530 ALOGV("%s: video dimensions: %dx%d", __func__, videoWidth, videoHeight); in setVideoSize()2532 mDimension.orig_video_height = videoHeight; in setVideoSize()2534 mDimension.video_height = videoHeight; in setVideoSize()4149 getVideoSize(&videoWidth, &videoHeight); in setDimension()4152 dim.orig_video_height = videoHeight; in setDimension()4154 dim.video_height = videoHeight; in setDimension()4156 dim.video_chroma_height = videoHeight; in setDimension()
711 int videoWidth, videoHeight;
774 int videoWidth, videoHeight; variable
1166 uint32_t videoHeight = 0U; in configureStreamsPerfLocked() local1258 videoHeight = newStream->height; in configureStreamsPerfLocked()1335 ((videoWidth == 1920 && videoHeight == 1080) || in configureStreamsPerfLocked()1336 (videoWidth == 1280 && videoHeight == 720)) && in configureStreamsPerfLocked()1657 (int32_t)videoHeight; in configureStreamsPerfLocked()
876 size_t videoHeight = 0; in configureStreams() local917 videoHeight = newStream->height; in configureStreams()1183 … stream_config_info.stream_sizes[stream_config_info.num_streams].height = videoHeight; in configureStreams()1328 mPictureChannel->overrideYuvSize(videoWidth, videoHeight); in configureStreams()