Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_H263ES.c297 ctx->RawHeight = pBuffer->picture_height; in pnw__H263ES_process_picture_param()
325 ctx->RawHeight); in pnw__H263ES_process_picture_param()
Dpnw_hostcode.h204 IMG_INT16 RawHeight; member
Dpnw_H264ES.c366 if (ctx->RawHeight & 0xf) { in pnw__H264ES_process_sequence_param()
368 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2; in pnw__H264ES_process_sequence_param()
Dpnw_hostcode.c513 ctx->RawHeight = (unsigned short) height; in pnw_CreateContext()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H264ES.c272 if (ctx->RawHeight & 0xf) { in lnc__H264ES_process_sequence_param()
274 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2; in lnc__H264ES_process_sequence_param()
Dlnc_hostcode.h164 IMG_UINT16 RawHeight; member
Dlnc_hostcode.c159 ctx->RawHeight = (unsigned short) height; in lnc_CreateContext()