OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_w
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
y4minput.c
53
int
got_w
;
local
61
got_w
= got_h = got_fps = got_interlace = got_par = got_chroma = 0;
73
got_w
= 1;
110
if (!
got_w
|| !got_h || !got_fps)return -1;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c
53
int
got_w
;
local
61
got_w
= got_h = got_fps = got_interlace = got_par = got_chroma = 0;
73
got_w
= 1;
110
if (!
got_w
|| !got_h || !got_fps)return -1;
[
all
...]
Completed in 182 milliseconds