OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chroma_type
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/
y4minput.h
42
char
chroma_type
[16];
member in struct:y4m_input
y4minput.c
67
memcpy(_y4m->
chroma_type
, p + 1, q - p - 1);
68
_y4m->
chroma_type
[q - p - 1] = '\0';
80
if (!got_chroma)strcpy(_y4m->
chroma_type
, "420");
707
if (strcmp(_y4m->
chroma_type
, "420") == 0 ||
708
strcmp(_y4m->
chroma_type
, "420jpeg") == 0) {
715
} else if (strcmp(_y4m->
chroma_type
, "420mpeg2") == 0) {
722
} else if (strcmp(_y4m->
chroma_type
, "420paldv") == 0) {
731
} else if (strcmp(_y4m->
chroma_type
, "422jpeg") == 0) {
739
} else if (strcmp(_y4m->
chroma_type
, "422") == 0) {
764
} else if (strcmp(_y4m->
chroma_type
, "411") == 0)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c
44
vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType
chroma_type
,
85
p_surf->templat.chroma_format = ChromaToPipe(
chroma_type
);
144
VdpChromaType *
chroma_type
,
147
if (!(width && height &&
chroma_type
))
157
*
chroma_type
= PipeToChroma(p_surf->video_buffer->chroma_format);
161
*
chroma_type
= PipeToChroma(p_surf->templat.chroma_format);
/external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c
44
vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType
chroma_type
,
85
p_surf->templat.chroma_format = ChromaToPipe(
chroma_type
);
144
VdpChromaType *
chroma_type
,
147
if (!(width && height &&
chroma_type
))
157
*
chroma_type
= PipeToChroma(p_surf->video_buffer->chroma_format);
161
*
chroma_type
= PipeToChroma(p_surf->templat.chroma_format);
Completed in 686 milliseconds