/hardware/intel/img/psb_video/src/ |
tng_jpegdec.c | 175 uint32_t display_picture_height; /* in pixels */ member in struct:context_JPEG_s 582 ctx->display_picture_height = ctx->pic_params->picture_height; 585 ctx->coded_picture_height = ( ctx->display_picture_height + 7 ) & ( ~7 ); [all...] |
vc1_header.h | 210 uint32_t display_picture_height; /* in pixels */ member in struct:context_VC1_s
|
pnw_MPEG4.c | 1111 uint32_t display_picture_height; /* in pixels */ member in struct:context_MPEG4_s [all...] |
tng_yuv_processor.c | 131 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (ctx->display_height) - 1);
|
pnw_MPEG2.c | 786 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->vertical_size - 1); 789 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1); [all...] |
pnw_VC1.c | 801 ctx->display_picture_height = pic_params->coded_height; 803 ctx->picture_height_mb = PIXELS_TO_MB(ctx->display_picture_height); [all...] |
tng_VP8.c | [all...] |
pnw_H264.c | [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
psb_MPEG4.c | 286 uint32_t display_picture_height; /* in pixels */ member in struct:context_MPEG4_s [all...] |
psb_deblock.c | 577 REGIO_WRITE_FIELD_LITE(Cmd, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (FrameHeightInMbs * 16) - 1);
|
psb_MPEG2.c | 764 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->pic_params->vertical_size - 1); 767 REGIO_WRITE_FIELD_LITE(ctx->display_picture_size, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, ctx->coded_picture_height - 1); [all...] |
psb_VC1.c | 789 ctx->display_picture_height = pic_params->coded_height; 791 ctx->picture_height_mb = PIXELS_TO_MB(ctx->display_picture_height); [all...] |
psb_MPEG2MC.c | [all...] |
psb_H264.c | [all...] |
/hardware/intel/img/psb_video/src/hwdefs/ |
msvdx_cmds_io2.h | 518 // MSVDX_CMDS DISPLAY_PICTURE_SIZE DISPLAY_PICTURE_HEIGHT [all...] |