Home
last modified time | relevance | path

Searched refs:log_helper_min (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h39 #ifndef log_helper_min
40 #define log_helper_min(a,b) ((a) < (b) ? (a) : (b)) macro
241 uint32_t dumpLength = log_helper_min(buf->size, MAX_BUFFER_DUMP_LENGTH) ; in DumpProtectedDataBuffer()
251 … uint32_t dumpLength = log_helper_min(buf->pesBuffers[i].pesSize, MAX_BUFFER_DUMP_LENGTH) ; in DumpProtectedDataBuffer()