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

  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 316 memset(cmdbuf->header_mem_p + ctx->pic_header_ofs,
319 pnw__H263_prepare_picture_header(cmdbuf->header_mem_p + ctx->pic_header_ofs,
331 ctx->pic_header_ofs);
pnw_MPEG4ES.c 348 pPictureHeaderMem = (unsigned int *)(cmdbuf->header_mem_p + ctx->pic_header_ofs);
375 ctx->pic_header_ofs);
pnw_hostcode.h 274 uint32_t pic_header_ofs; member in struct:context_ENC_s
pnw_H264ES.c 679 pnw__H264_prepare_picture_header(cmdbuf->header_mem_p + ctx->pic_header_ofs, IMG_FALSE, ctx->sRCParams.QCPOffset);
687 ctx->pic_header_ofs);
    [all...]
pnw_hostcode.c 386 ctx->pic_header_ofs = HEADER_SIZE;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 296 lnc__H263_prepare_picture_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->pic_header_ofs),
306 RELOC_CMDBUF(cmdbuf->cmd_idx++, ctx->pic_header_ofs, &cmdbuf->header_mem);
lnc_MPEG4ES.c 314 lnc__MPEG4_prepare_vop_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->pic_header_ofs),
322 RELOC_CMDBUF(cmdbuf->cmd_idx++, ctx->pic_header_ofs, &cmdbuf->header_mem);
lnc_hostcode.c 63 ctx->pic_header_ofs = HEADER_SIZE;
543 lnc__MPEG4_prepare_vop_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->pic_header_ofs),
551 RELOC_CMDBUF(cmdbuf->cmd_idx++, ctx->pic_header_ofs, &cmdbuf->header_mem);
    [all...]
lnc_hostcode.h 216 uint32_t pic_header_ofs; member in struct:context_ENC_s
lnc_H264ES.c 384 lnc__H264_prepare_picture_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->pic_header_ofs));
387 RELOC_CMDBUF(cmdbuf->cmd_idx++, ctx->pic_header_ofs, &cmdbuf->header_mem);
    [all...]

Completed in 102 milliseconds