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

  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 40 #define MAX_SLICES_PER_PICTURE 72
218 IMG_BOOL SliceHeaderReady[MAX_SLICES_PER_PICTURE];
pnw_H263ES.c 452 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
pnw_MPEG4ES.c 461 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
pnw_hostcode.c 383 ctx->header_buffer_size = 8 * HEADER_SIZE + MAX_SLICES_PER_PICTURE * HEADER_SIZE;
396 ctx->sliceparam_buffer_size = ((sizeof(SLICE_PARAMS) + 15) & 0xfff0) * MAX_SLICES_PER_PICTURE;
552 for (i = 0; i < MAX_SLICES_PER_PICTURE; i++) {
638 for (i = 0; i < MAX_SLICES_PER_PICTURE; i++)
    [all...]
psb_drv_video.h 133 #define MAX_SLICES_PER_PICTURE 72
tng_hostdefs.h 385 #define MAX_SLICES_PER_PICTURE 72
    [all...]
pnw_H264ES.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 422 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
lnc_MPEG4ES.c 407 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
lnc_hostcode.h 38 #define MAX_SLICES_PER_PICTURE 72
lnc_hostcode.c 60 ctx->header_buffer_size = 4 * HEADER_SIZE + MAX_SLICES_PER_PICTURE * HEADER_SIZE;
68 ctx->sliceparam_buffer_size = ((sizeof(SLICE_PARAMS) + 15) & 0xfff0) * MAX_SLICES_PER_PICTURE;
    [all...]
lnc_H264ES.c 555 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
    [all...]

Completed in 465 milliseconds