/external/webrtc/talk/media/base/ |
videocommon_unittest.cc | 181 int cropped_width, cropped_height; local 188 &cropped_width, &cropped_height); 190 EXPECT_EQ(360, cropped_height); 197 &cropped_width, &cropped_height); 199 EXPECT_EQ(360, cropped_height); 206 &cropped_width, &cropped_height); 208 EXPECT_EQ(360, cropped_height); 216 &cropped_width, &cropped_height); 218 EXPECT_EQ(480, cropped_height); 226 &cropped_width, &cropped_height); [all...] |
videoframefactory.h | 51 // size |cropped_width| x |cropped_height|. 54 int cropped_height) const = 0; 57 // |cropped_width| x |cropped_height|, scaled to |output_width| x
|
videocommon.cc | 160 int* cropped_width, int* cropped_height) { 173 ASSERT(cropped_height != NULL); 207 *cropped_height = frame_height;
|
videocapturer.cc | 477 int cropped_height = captured_frame->height; local 497 &cropped_width, &cropped_height); 501 int adapted_height = cropped_height; 504 video_adapter_.AdaptFrameResolution(cropped_width, cropped_height); 521 cropped_width, cropped_height, 528 << cropped_width << " x " << cropped_height; local
|
videocommon.h | 173 int* cropped_width, int* cropped_height);
|
/external/webrtc/webrtc/common_video/ |
video_frame_buffer.cc | 210 int cropped_height) { 213 RTC_CHECK_LE(cropped_height, buffer->height()); 214 if (buffer->width() == cropped_width && buffer->height() == cropped_height) 217 // Center crop to |cropped_width| x |cropped_height|. 220 const int uv_offset_y = (buffer->height() - cropped_height) / 4; 231 cropped_width, cropped_height,
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoframe_unittest.cc | 58 void TestInit(int cropped_width, int cropped_height, 84 frame.Init(&captured_frame, cropped_width, cropped_height, 100 EXPECT_EQ(static_cast<size_t>(cropped_height), frame.GetWidth()); 103 EXPECT_EQ(static_cast<size_t>(cropped_height), frame.GetHeight());
|
/external/webrtc/webrtc/modules/video_processing/test/ |
video_processing_unittest.cc | 41 int cropped_height, 338 int cropped_height, 340 cropped_frame->CreateEmptyFrame(cropped_width, cropped_height, cropped_width,
|
/external/webrtc/webrtc/common_video/include/ |
video_frame_buffer.h | 153 int cropped_height);
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 990 int32_t cropped_width = 0, cropped_height = 0; local 994 cropped_height = p_thumb_dim->crop.height; 995 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) / 1003 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) / 1005 if (cropped_height % 2) { 1006 cropped_height -= 1; 1015 floor((p_thumb_dim->crop.height - cropped_height) / 2); 1020 p_thumb_dim->crop.height = cropped_height; [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 875 int cropped_width = 0, cropped_height = 0; local 879 cropped_height = p_thumb_dim->src_dim.height; 880 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) / 885 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) / 889 p_thumb_dim->crop.top = floor(p_thumb_dim->src_dim.height - cropped_height) / 2; 891 p_thumb_dim->crop.height = cropped_height; [all...] |
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 875 int cropped_width = 0, cropped_height = 0; local 879 cropped_height = p_thumb_dim->src_dim.height; 880 cropped_width = floor((cropped_height * p_thumb_dim->dst_dim.width) / 885 cropped_height = floor((cropped_width * p_thumb_dim->dst_dim.height) / 889 p_thumb_dim->crop.top = floor(p_thumb_dim->src_dim.height - cropped_height) / 2; 891 p_thumb_dim->crop.height = cropped_height; [all...] |