Home
last modified time | relevance | path

Searched defs:size_u (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/
Di420_video_frame.cc34 int size_u = stride_u * half_height; in CreateEmptyFrame() local
49 int size_u, const uint8_t* buffer_u, in CreateFrame()
Dtexture_video_frame.cc42 int size_u, in CreateFrame()
Di420_video_frame_unittest.cc281 int size_u = std::min(frame1.allocated_size(kUPlane), in EqualFramesExceptSize() local
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc820 int size_u = img->stride[VPX_PLANE_U] * half_height; in ReturnFrame() local
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_capturer.cc306 int size_u = video_frame.u_pitch * ((video_frame.height + 1) / 2); in IncomingFrameI420() local