Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_H263ES.c392 memset(cmdbuf->header_mem_p + ctx->slice_header_ofs in pnw__H263ES_process_slice_param()
398 … cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE, in pnw__H263ES_process_slice_param()
408 … ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE); in pnw__H263ES_process_slice_param()
Dpnw_H264ES.c749 memset(cmdbuf->header_mem_p + ctx->slice_header_ofs in pnw__H264ES_encode_one_slice()
755 pnw__H264_prepare_slice_header(cmdbuf->header_mem_p + ctx->slice_header_ofs in pnw__H264ES_encode_one_slice()
780 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE); in pnw__H264ES_encode_one_slice()
Dpnw_hostcode.h277 uint32_t slice_header_ofs; member
Dpnw_hostcode.c393 ctx->slice_header_ofs = 8 * HEADER_SIZE; in pnw__alloc_context_buffer()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H263ES.c376 …(IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEAD… in lnc__H263ES_process_slice_param()
382 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE, in lnc__H263ES_process_slice_param()
Dlnc_H264ES.c502 …lnc__H264_prepare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->… in lnc__H264ES_process_slice_param()
514 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE, in lnc__H264ES_process_slice_param()
Dlnc_hostcode.c66 ctx->slice_header_ofs = 4 * HEADER_SIZE; in lnc__alloc_context_buffer()
522 …lnc__H264_prepare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + i * H… in lnc_RedoRenderPictureSkippedFrame()
536 ctx->slice_header_ofs + i * HEADER_SIZE, in lnc_RedoRenderPictureSkippedFrame()
Dlnc_hostcode.h219 uint32_t slice_header_ofs; member