OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_CODEC_LIST_END
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/examples/
example_xma.c
182
} else if (res !=
VPX_CODEC_LIST_END
) {
186
} while (res !=
VPX_CODEC_LIST_END
);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c
63
case
VPX_CODEC_LIST_END
:
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h
139
VPX_CODEC_LIST_END
/external/libvpx/libvpx/vpx/src/
vpx_codec.c
63
case
VPX_CODEC_LIST_END
:
/external/libvpx/libvpx/vpx/
vpx_codec.h
139
VPX_CODEC_LIST_END
505
* when this function returns
VPX_CODEC_LIST_END
. The amount of memory needed to
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
653
res =
VPX_CODEC_LIST_END
;
655
while (!mmap->sz && res !=
VPX_CODEC_LIST_END
);
Completed in 31 milliseconds