Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h241 uint32_t dumpLength = log_helper_min(buf->size, MAX_BUFFER_DUMP_LENGTH) ; in DumpProtectedDataBuffer() local
242 DumpBuffer2("data: ", buf->data, dumpLength) ; in DumpProtectedDataBuffer()
251 … uint32_t dumpLength = log_helper_min(buf->pesBuffers[i].pesSize, MAX_BUFFER_DUMP_LENGTH) ; in DumpProtectedDataBuffer() local
254 buf->data + buf->pesBuffers[i].pesDataOffset, dumpLength) ; in DumpProtectedDataBuffer()