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

  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 493 uint32_t coded_picture_size; /* MSVDX format */ member in struct:context_MPEG2_s
751 ctx->coded_picture_size = 0;
752 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
753 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, ctx->coded_picture_width - 1);
    [all...]
tng_VP8.c 262 uint32_t coded_picture_size; member in struct:context_VP8_s
755 psb_cmdbuf_rendec_write(cmdbuf, ctx->coded_picture_size);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 124 uint32_t coded_picture_size; member in struct:context_MPEG2MC_s
689 psb_cmdbuf_reg_set(cmdbuf , REGISTER_OFFSET(MSVDX_CMDS, CODED_PICTURE_SIZE), ctx->coded_picture_size);
    [all...]
psb_MPEG2.c 492 uint32_t coded_picture_size; /* MSVDX format */ member in struct:context_MPEG2_s
772 ctx->coded_picture_size = 0;
773 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, ctx->coded_picture_height - 1);
774 REGIO_WRITE_FIELD_LITE(ctx->coded_picture_size, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_WIDTH, ctx->coded_picture_width - 1);
    [all...]

Completed in 407 milliseconds