Home
last modified time | relevance | path

Searched refs:ui16PictureHeight (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.c378 IMG_UINT16 ui16PictureHeight; in tng__set_component_offsets() local
388 ui16PictureHeight = obj_surface_p->height; in tng__set_component_offsets()
391 __FUNCTION__, eFormat, ui16Width, ui16PictureHeight, ui16Stride); in tng__set_component_offsets()
407 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight; // ui16SrcUBase in tng__set_component_offsets()
408 …psFrame->i32VComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2) * (ui16PictureHei… in tng__set_component_offsets()
421 psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight; // ui16SrcUBase in tng__set_component_offsets()
422 psFrame->i32VComponentOffset = ui16Stride * ui16PictureHeight; // ui16SrcVBase in tng__set_component_offsets()
428 …psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2) * (ui16PictureHei… in tng__set_component_offsets()
429 psFrame->i32VComponentOffset = ui16Stride * ui16PictureHeight; // ui16SrcVBase in tng__set_component_offsets()
435 …psFrame->i32UComponentOffset = ui16Stride * ui16PictureHeight + (ui16Stride / 2); // ui16SrcUBase in tng__set_component_offsets()
[all …]
Dtng_hostair.c45 IMG_UINT32 ui32MbNum = (ctx->ui16PictureHeight * ctx->ui16Width) >> 8; in tng_air_buf_create()
60 IMG_UINT32 ui32MbNum = (ctx->ui16PictureHeight * ctx->ui16Width) >> 8; in tng_air_buf_clear()
147 … ui8TotalBUs = (ctx->ui16PictureHeight / 16) * (ctx->ui16Width / 16) / ctx->sRCParams.ui32BUSize; in tng_fill_slice_map()
192 ui32SliceHeight = (ctx->ui16PictureHeight / ctx->ui8SlicesPerPicture) & ~15; in tng_fill_slice_map()
210 ui32SliceHeight = ctx->ui16PictureHeight - ui32SliceHeight * (ctx->ui8SlicesPerPicture - 1); in tng_fill_slice_map()
328 ui32MBPictureHeight = (ctx->ui16PictureHeight/16); in tng__fill_inp_ctrl_buf()
334 for(ui32MBy = 0; ui32MBy < (IMG_UINT32)(ctx->ui16PictureHeight / 16); ui32MBy++) { in tng__fill_inp_ctrl_buf()
430 ui32MBMaxSize = (IMG_UINT32)(ctx->ui16PictureHeight / 16) * (IMG_UINT32)(ctx->ui16Width / 16); in tng__send_air_inp_ctrl_buf()
654 ui32MBPictureHeight = (ctx->ui16PictureHeight/16); in tng__calc_air_inp_ctrl_buf()
Dtng_H263ES.c156 ctx->ui16PictureHeight = ctx->ui16FrameHeight; in tng_H263ES_CreateContext()
318 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height); in tng__H263ES_process_picture_param()
534 if (((ctx->ui16PictureHeight * ctx->ui16Width) >> 8) < air_param->air_num_mbs) in tng__H263ES_process_misc_param()
535 air_param->air_num_mbs = ((ctx->ui16PictureHeight * ctx->ui16Width) >> 8); in tng__H263ES_process_misc_param()
Dtng_H264ES.c155 ctx->ui16PictureHeight = ctx->ui16FrameHeight; in tng__H264ES_init_format_mode()
412 ui32MbNum = (ctx->ui16PictureHeight * ctx->ui16Width) >> 8; in tng__H264ES_process_misc_air_param()
690 psSeqParams->bits_per_second = ctx->ui16Width * ctx->ui16PictureHeight * 30 * 12; in tng__H264ES_process_sequence_param()
809 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height);
1031 …rs != (unsigned int)(((IMG_UINT16)(ctx->ui16Width) * (IMG_UINT16)(ctx->ui16PictureHeight)) >> 8)) { in tng__H264ES_process_slice_param_mrfld()
1035 ((ctx->ui16Width * ctx->ui16PictureHeight) >> 8)); in tng__H264ES_process_slice_param_mrfld()
Dtng_hostheader.h360 IMG_UINT16 ui16PictureHeight,
504 IMG_UINT16 ui16PictureHeight,
Dtng_MPEG4ES.c156 ctx->ui16PictureHeight = ctx->ui16FrameHeight; in tng_MPEG4ES_CreateContext()
330 ASSERT(ctx->ui16PictureHeight == psPicParams->picture_height); in tng__MPEG4ES_process_picture_param()
Dtng_hostcode.c1355 psRCParams->ui32BUSize = (ctx->ui16PictureHeight>>4) * (ctx->ui16Width>>4); // BU = 1 Frame in tng__setup_rcdata()
1374 psPicParams->sInParams.ui16MBPerFrm = (ctx->ui16Width>>4) * (ctx->ui16PictureHeight>>4); in tng__setup_rcdata()
2125 ctx->ui16PictureHeight, //ui8_picture_height_in_mbs in tng__H264ES_send_seq_header()
2148 ctx->ui16PictureHeight, //ui8_picture_height_in_mbs in tng__H264ES_send_seq_header()
2300 ui32SliceHeight = ctx->ui16PictureHeight / ctx->ui8SlicesPerPicture; in tng__generate_slice_params_template()
2405 psInParams->ui16MBPerFrm = (ctx->ui16Width >> 4) * (ctx->ui16PictureHeight >> 4); in tng__prepare_templates()
2619 psMtxEncContext->ui32PictureHeightInMbs = ctx->ui16PictureHeight >> 4; in tng__setvideo_params()
3160 …IMG_UINT16 ui16PictureHeight = ((ctx->ui16FrameHeight >> (ctx->bIsInterlaced ? 1 : 0)) + 15) & ~15; in tng__validate_params() local
3174 if ((ctx->ui16Width > 4096) || (ctx->ui16PictureHeight > 4096)) { in tng__validate_params()
3177 if ((ui16WidthInMbs << 4) * ui16PictureHeight > 2048 * 2048) { in tng__validate_params()
[all …]
Dtng_hostcode.h308 IMG_UINT16 ui16PictureHeight; //!< target output height member
Dtng_hostheader.c2504 IMG_UINT16 ui16PictureHeight, in tng__H264ES_prepare_sequence_header() argument
2533 SHParams.ucHeight_in_maps_units_minus1 = (IMG_UINT8)((ui16PictureHeight >> 4) - 1); in tng__H264ES_prepare_sequence_header()
2733 IMG_UINT16 ui16PictureHeight, in tng__H264ES_prepare_mvc_sequence_header() argument
2767 sSHParams.ucHeight_in_maps_units_minus1 = (IMG_UINT8)((ui16PictureHeight >> 4) - 1); in tng__H264ES_prepare_mvc_sequence_header()
Dtng_trace.c1318 …sg(VIDEO_DEBUG_GENERAL, "%s: ui16PictureHeight = %d\n", __FUNCTION__, ctx->ui16PictureHeight); in tng__trace_seq_header()