Searched refs:raw_coded_buf (Results 1 – 4 of 4) sorted by relevance
38 extern VAStatus pnw_jpeg_AppendMarkers(object_context_p obj_context, unsigned char *raw_coded_buf);
185 extern VAStatus tng_jpeg_AppendMarkers(object_context_p obj_context, void *raw_coded_buf);
622 VAStatus pnw_jpeg_AppendMarkers(object_context_p obj_context, unsigned char *raw_coded_buf) in pnw_jpeg_AppendMarkers() argument629 unsigned char *pSegStart = raw_coded_buf; in pnw_jpeg_AppendMarkers()671 pSegStart = raw_coded_buf + pBufHeader->ui32Reserved3; in pnw_jpeg_AppendMarkers()
1495 VAStatus tng_jpeg_AppendMarkers(object_context_p obj_context, void *raw_coded_buf) in tng_jpeg_AppendMarkers() argument1503 void *pSegStart = raw_coded_buf; in tng_jpeg_AppendMarkers()1542 pSegStart = (void *)((IMG_UINT32)raw_coded_buf + pBufHeader->ui32Reserved3); in tng_jpeg_AppendMarkers()