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

  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 77 vertical_size:16,
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 762 ctx->picture_height_mb = (ctx->pic_params->vertical_size + 15) / 16;
764 ctx->picture_height_mb = (ctx->pic_params->vertical_size + 31) / 32;
781 * Both coded_picture_height or vertical_size can be used for DISPLAY_SIZE and both give correct results,
783 * See e.g. low4.m2v for an example clip where vertical_size will differ from coded_picture_height
786 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->vertical_size - 1);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 745 ctx->picture_height_mb = (ctx->pic_params->vertical_size + 15) / 16;
747 ctx->picture_height_mb = (ctx->pic_params->vertical_size + 31) / 32;
759 * Both coded_picture_height or vertical_size can be used for DISPLAY_SIZE and both give correct results,
761 * See e.g. low4.m2v for an example clip where vertical_size will differ from coded_picture_height
764 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->vertical_size - 1);
    [all...]
psb_MPEG2MC.c     [all...]
  /hardware/intel/common/libva/va/
va.h 1727 unsigned short vertical_size; member in struct:_VAPictureParameterBufferMPEG2
    [all...]
va_trace.c 806 va_TraceMsg(trace_ctx,"\tvertical size= %d\n", p->vertical_size);
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 42 milliseconds