Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.h38 extern VAStatus pnw_jpeg_AppendMarkers(object_context_p obj_context, unsigned char *raw_coded_buf);
Dtng_jpegES.h185 extern VAStatus tng_jpeg_AppendMarkers(object_context_p obj_context, void *raw_coded_buf);
Dpnw_jpeg.c622 VAStatus pnw_jpeg_AppendMarkers(object_context_p obj_context, unsigned char *raw_coded_buf) in pnw_jpeg_AppendMarkers() argument
629 unsigned char *pSegStart = raw_coded_buf; in pnw_jpeg_AppendMarkers()
671 pSegStart = raw_coded_buf + pBufHeader->ui32Reserved3; in pnw_jpeg_AppendMarkers()
Dtng_jpegES.c1495 VAStatus tng_jpeg_AppendMarkers(object_context_p obj_context, void *raw_coded_buf) in tng_jpeg_AppendMarkers() argument
1503 void *pSegStart = raw_coded_buf; in tng_jpeg_AppendMarkers()
1542 pSegStart = (void *)((IMG_UINT32)raw_coded_buf + pBufHeader->ui32Reserved3); in tng_jpeg_AppendMarkers()