Searched defs:ui16Width (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_picmgmt.c376 IMG_UINT16 ui16Width; local
387 ui16Width = obj_surface_p->width;
391 __FUNCTION__, eFormat, ui16Width, ui16PictureHeight, ui16Stride);
H A Dtng_hostcode.c783 unsigned short ui16Width, ui16Height; local
786 ui16Width = obj_context->picture_width;
801 ctx->ui16Width = (unsigned short)(~0xf & (ui16Width + 0xf));
815 ctx->ui16Width = (unsigned short)(~0x1 & (ui16Width + 0x1));
1355 psRCParams->ui32BUSize = (ctx->ui16PictureHeight>>4) * (ctx->ui16Width>>4); // BU = 1 Frame
1363 if (ctx->ui16Width <= 176 ) {
1369 flBpp = 1.0 * psRCParams->ui32BitsPerSecond / (i32FrameRate * ctx->ui16Width * ctx->ui16FrameHeight);
1372 psPicParams->sInParams.ui8MBPerRow = (ctx->ui16Width>>
2029 tng__h263_generate_pic_hdr_template( context_ENC_p ctx, IMG_FRAME_TEMPLATE_TYPE eFrameType, IMG_UINT16 ui16Width, IMG_UINT16 ui16Heigh) argument
[all...]
H A Dtng_hostcode.h306 IMG_UINT16 ui16Width; //!< target output width member in struct:context_ENC_s

Completed in 30 milliseconds