Home
last modified time | relevance | path

Searched refs:RawWidth (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_H263ES.c296 ctx->RawWidth = pBuffer->picture_width; in pnw__H263ES_process_picture_param()
324 ctx->RawWidth, in pnw__H263ES_process_picture_param()
Dpnw_hostcode.h203 IMG_INT16 RawWidth; member
Dpnw_H264ES.c370 if (ctx->RawWidth & 0xf) { in pnw__H264ES_process_sequence_param()
372 sCrop.RightCropOffset = (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2; in pnw__H264ES_process_sequence_param()
Dpnw_hostcode.c512 ctx->RawWidth = (unsigned short) width; in pnw_CreateContext()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c276 if (ctx->RawWidth & 0xf) { in lnc__H264ES_process_sequence_param()
278 sCrop.RightCropOffset = (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2; in lnc__H264ES_process_sequence_param()
Dlnc_hostcode.h163 IMG_UINT16 RawWidth; member
Dlnc_hostcode.c158 ctx->RawWidth = (unsigned short) width; in lnc_CreateContext()