Home
last modified time | relevance | path

Searched refs:ui16FrameHeight (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_H263ES.c156 ctx->ui16PictureHeight = ctx->ui16FrameHeight; in tng_H263ES_CreateContext()
337 if ((ctx->ui16Width == 128) && (ctx->ui16FrameHeight == 96)) in tng__H263ES_process_picture_param()
339 else if ((ctx->ui16Width == 176) && (ctx->ui16FrameHeight == 144)) in tng__H263ES_process_picture_param()
341 else if ((ctx->ui16Width == 352) && (ctx->ui16FrameHeight == 288)) in tng__H263ES_process_picture_param()
343 else if ((ctx->ui16Width == 704) && (ctx->ui16FrameHeight == 576)) in tng__H263ES_process_picture_param()
345 else if ((ctx->ui16Width <= 2048) && (ctx->ui16FrameHeight <= 1152)) in tng__H263ES_process_picture_param()
Dtng_jpegES.c372 …ui16_height = ctx->ui16FrameHeight; //pTFrame->height isn't the real height of image, because vaCr… in InitializeJpegEncode()
1051 ASSERT(0 == (ctx->ui16FrameHeight % 2)); in tng_jpeg_CreateContext()
1080 jpeg_ctx_p->ui32OutputHeight = ctx->ui16FrameHeight; in tng_jpeg_CreateContext()
1173 tng_cmdbuf_insert_command_param((ctx->ui16Width << 16) | ctx->ui16FrameHeight); in tng_jpeg_BeginPicture()
1309 ASSERT(ctx->ui16FrameHeight == pBuffer->picture_height); in ProcessPictureParam()
Dtng_hostcode.c636 IMG_UINT16 ui16Height = ctx->ui16FrameHeight; in tng__get_encoder_caps()
802 ctx->ui16FrameHeight = (unsigned short)(~0xf & (ui16Height + 0xf)); in tng_CreateContext()
816 ctx->ui16FrameHeight = (unsigned short)(~0x1 & (ui16Height + 0x1)); in tng_CreateContext()
1369 …Bpp = 1.0 * psRCParams->ui32BitsPerSecond / (i32FrameRate * ctx->ui16Width * ctx->ui16FrameHeight); in tng__setup_rcdata()
1610 flBpp /= (ctx->ui16FrameHeight * psRCParams->ui32FrameRate); in tng__setup_rcdata()
2658 ctx->ui16BufferHeight = ctx->ui16FrameHeight; in tng__setvideo_params()
2977 …psVideoParams->ui8CropTop - psVideoParams->ui8CropBottom)) << 12) / psVideoParams->ui16FrameHeight; in tng__setvideo_params()
3160 …IMG_UINT16 ui16PictureHeight = ((ctx->ui16FrameHeight >> (ctx->bIsInterlaced ? 1 : 0)) + 15) & ~15; in tng__validate_params()
3161 IMG_UINT16 ui16FrameHeightInMbs = (ctx->ui16FrameHeight + 15) >> 4; in tng__validate_params()
3167 if ((ctx->ui16FrameHeight & 0xf) != 0) { in tng__validate_params()
Dtng_hostcode.h307 IMG_UINT16 ui16FrameHeight; //!< target output height member
Dtng_MPEG4ES.c156 ctx->ui16PictureHeight = ctx->ui16FrameHeight; in tng_MPEG4ES_CreateContext()
Dtng_H264ES.c155 ctx->ui16PictureHeight = ctx->ui16FrameHeight; in tng__H264ES_init_format_mode()
512 ui32MBf = (ctx->ui16Width)*(ctx->ui16FrameHeight) >> 8; in tng__H264ES_calculate_level()