Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h264 static void DumpVideoFrameInfo(frame_info_t* fInfo) in DumpVideoFrameInfo() argument
266 if (fInfo == NULL) in DumpVideoFrameInfo()
272 …LOGV("frame_info_t: data = %p, size = %u, num_nalus = %u", fInfo->data, fInfo->size, fInfo->num_na… in DumpVideoFrameInfo()
274 for (uint32_t i = 0; i < fInfo->num_nalus; ++i) in DumpVideoFrameInfo()
277 fInfo->nalus[i].type, fInfo->nalus[i].offset, fInfo->nalus[i].offset, in DumpVideoFrameInfo()
278 fInfo->nalus[i].data, fInfo->nalus[i].length) ; in DumpVideoFrameInfo()
280 if (fInfo->nalus[i].data != NULL && fInfo->nalus[i].length > 0) in DumpVideoFrameInfo()
282 DumpBuffer2("nalu_info_t::data: ", fInfo->nalus[i].data, fInfo->nalus[i].length) ; in DumpVideoFrameInfo()