OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckMode
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/applypatch/
main.c
26
int
CheckMode
(int argc, char** argv) {
203
result =
CheckMode
(argc, argv);
/external/chromium_org/third_party/libwebp/dec/
frame.c
539
static WEBP_INLINE int
CheckMode
(VP8Decoder* const dec, int mode) {
629
const int pred_func =
CheckMode
(dec, dec->imodes_[0]);
644
const int pred_func =
CheckMode
(dec, dec->uvmode_);
/external/webp/src/dec/
frame.c
539
static WEBP_INLINE int
CheckMode
(VP8Decoder* const dec, int mode) {
629
const int pred_func =
CheckMode
(dec, dec->imodes_[0]);
644
const int pred_func =
CheckMode
(dec, dec->uvmode_);
Completed in 700 milliseconds