OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plane_count
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c
95
int
plane_count
= 0;
local
104
plane_count
= 1;
111
plane_count
= 2;
117
plane_count
= 3;
122
plane_count
= -1;
126
return
plane_count
;
438
int
plane_count
;
local
440
plane_count
= m_rotator_get_plane_count(info->v4l2_colorformat);
441
if (
plane_count
< 0) {
516
info->format.fmt.pix_mp.num_planes =
plane_count
;
[
all
...]
/external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.cc
104
const size_t
plane_count
= media::VideoFrame::NumPlanes(frame->format());
local
106
for (size_t i = 0; i <
plane_count
; ++i) {
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c
52
int
plane_count
= 0;
local
65
plane_count
= 1;
72
plane_count
= 2;
77
plane_count
= 3;
82
plane_count
= -1;
86
return
plane_count
;
600
int
plane_count
;
local
602
plane_count
= m_gsc_get_plane_count(info->v4l2_colorformat);
603
if (
plane_count
< 0) {
632
info->format.fmt.pix_mp.num_planes =
plane_count
;
[
all
...]
Completed in 403 milliseconds