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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.h 137 IMG_UINT16 BottomCropOffset;
lnc_H264ES.c 270 sCrop.BottomCropOffset = 0;
274 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2;
    [all...]
lnc_hostheader.c 474 lnc__generate_ue(mtx_hdr, elt_p, psCropParams->BottomCropOffset);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.h 153 IMG_UINT16 BottomCropOffset;
pnw_H264ES.c 363 sCrop.BottomCropOffset = 0;
368 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2;
378 sCrop.BottomCropOffset = pSequenceParams->frame_crop_bottom_offset;
    [all...]
pnw_hostheader.c     [all...]

Completed in 79 milliseconds