HomeSort by relevance Sort by last modified time
    Searched refs:slice_header_ofs (Results 1 - 8 of 8) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 392 memset(cmdbuf->header_mem_p + ctx->slice_header_ofs
398 cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
408 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE);
pnw_H264ES.c 749 memset(cmdbuf->header_mem_p + ctx->slice_header_ofs
755 pnw__H264_prepare_slice_header(cmdbuf->header_mem_p + ctx->slice_header_ofs
780 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE);
    [all...]
pnw_hostcode.h 277 uint32_t slice_header_ofs; member in struct:context_ENC_s
pnw_hostcode.c 393 ctx->slice_header_ofs = 8 * HEADER_SIZE;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 376 (IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE),
382 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
lnc_hostcode.c 66 ctx->slice_header_ofs = 4 * HEADER_SIZE;
522 lnc__H264_prepare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + i * HEADER_SIZE),
536 ctx->slice_header_ofs + i * HEADER_SIZE,
    [all...]
lnc_hostcode.h 219 uint32_t slice_header_ofs; member in struct:context_ENC_s
lnc_H264ES.c 502 lnc__H264_prepare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE),
514 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
    [all...]

Completed in 2666 milliseconds