OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:size_v
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/webrtc/common_video/
i420_video_frame.cc
35
int
size_v
= stride_v * half_height;
local
40
v_plane_.CreateEmptyPlane(
size_v
, stride_v,
size_v
);
50
int
size_v
, const uint8_t* buffer_v,
53
if (size_y < 1 || size_u < 1 ||
size_v
< 1)
59
v_plane_.Copy(
size_v
, stride_v, buffer_v);
texture_video_frame.cc
44
int
size_v
,
i420_video_frame_unittest.cc
283
int
size_v
= std::min(frame1.allocated_size(kVPlane),
local
287
memcmp(frame1.buffer(kVPlane), frame2.buffer(kVPlane),
size_v
) == 0);
/external/chromium_org/third_party/webrtc/common_video/interface/
texture_video_frame.h
44
int
size_v
,
/external/chromium_org/third_party/webrtc/
video_frame.h
68
int
size_v
,
/external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc
307
int
size_v
= video_frame.v_pitch * ((video_frame.height + 1) / 2);
local
313
size_v
,
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
821
int
size_v
= img->stride[VPX_PLANE_V] * half_height;
local
825
size_v
, img->planes[VPX_PLANE_V],
/prebuilts/android-emulator/linux-x86_64/lib/
libOpenglRender.so
Completed in 3445 milliseconds