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

  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 296 ctx->RawWidth = pBuffer->picture_width;
324 ctx->RawWidth,
pnw_H264ES.c 370 if (ctx->RawWidth & 0xf) {
372 sCrop.RightCropOffset = (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2;
    [all...]
pnw_hostcode.h 203 IMG_INT16 RawWidth;
206 IMG_UINT16 Width; /* ~0xf & (RawWidth + 0xf)*/
pnw_hostcode.c 512 ctx->RawWidth = (unsigned short) width;
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 276 if (ctx->RawWidth & 0xf) {
278 sCrop.RightCropOffset = (((ctx->RawWidth + 0xf) & (~0xf)) - ctx->RawWidth) / 2;
    [all...]
lnc_hostcode.h 163 IMG_UINT16 RawWidth;
lnc_hostcode.c 158 ctx->RawWidth = (unsigned short) width;
    [all...]

Completed in 715 milliseconds