Home
last modified time | relevance | path

Searched defs:validate_input (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libdav1d/include/common/
H A Dvalidate.h59 #define validate_input(x) validate_input_or_ret(x, ) macro
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp313 static ERROR_CODE validate_input(uint8 *buf, uint32 inSize) in validate_input() function