OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fourcc_is_ivf
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c
124
int
fourcc_is_ivf
(const char detect[4]) {
function
[
all
...]
/external/libvpx/libvpx/
vpxenc.c
119
int
fourcc_is_ivf
(const char detect[4]) {
function
794
} else if (input->detect.buf_read == 4 &&
fourcc_is_ivf
(input->detect.buf)) {
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c
119
int
fourcc_is_ivf
(const char detect[4]) {
function
794
} else if (input->detect.buf_read == 4 &&
fourcc_is_ivf
(input->detect.buf)) {
[
all
...]
Completed in 520 milliseconds