Home
last modified time | relevance | path

Searched refs:bIsInterlaced (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostheader.h396 IMG_BOOL bIsInterlaced,
496 IMG_BOOL bIsInterlaced,
Dtng_hostcode.c168 ctx->i32CodedBuffers = (IMG_INT32)(ctx->ui8PipesToUse) * (ctx->bIsInterlaced ? 3 : 2); in tng__alloc_context_buffer()
2308 …ug_msg(VIDEO_DEBUG_GENERAL, "%s PTG bIsInterlaced = %x\n", __FUNCTION__, ctx->bIsInterlaced ); in tng__generate_slice_params_template()
2318 ctx->bIsInterlaced, // bFieldMode in tng__generate_slice_params_template()
2353 ctx->bIsInterlaced, in tng__generate_slice_params_template()
2626 psMtxEncContext->b8IsInterlaced = ctx->bIsInterlaced; in tng__setvideo_params()
2687 if ((ctx->bIsInterlaced) && (ctx->bIsInterleaved)) { in tng__setvideo_params()
2810 …psMtxEncContext->ui32VLCControl |= F_ENCODE(ctx->bIsInterlaced ? 1 : 0, TOPAZ_VLC_CR_VLC_FIELD_COD… in tng__setvideo_params()
2981 …F_ENCODE((psVideoParams->ui16SourceFrameHeight >> (psVideo->bIsInterlaced ? 1 : 0)) - 1, TOPAZHP_E… in tng__setvideo_params()
3160 …IMG_UINT16 ui16PictureHeight = ((ctx->ui16FrameHeight >> (ctx->bIsInterlaced ? 1 : 0)) + 15) & ~15; in tng__validate_params()
Dtng_hostcode.h339 IMG_BOOL bIsInterlaced; member
Dtng_MPEG4ES.c154 ctx->bIsInterlaced = IMG_FALSE; in tng_MPEG4ES_CreateContext()
Dtng_H263ES.c154 ctx->bIsInterlaced = IMG_FALSE; in tng_H263ES_CreateContext()
Dtng_hostheader.c2843 IMG_BOOL bIsInterlaced, in tng__H264_prepare_slice_header() argument
2880 SlHParams.bPiCInterlace = bIsInterlaced; in tng__H264_prepare_slice_header()
3409 IMG_BOOL bIsInterlaced, in tng__H264ES_notforsims_prepare_sliceheader() argument
3432 SlHParams.bPiCInterlace = bIsInterlaced; in tng__H264ES_notforsims_prepare_sliceheader()
Dtng_picmgmt.c488 if (ctx->bIsInterlaced) { in tng__set_component_offsets()
Dtng_H264ES.c153 ctx->bIsInterlaced = IMG_FALSE; in tng__H264ES_init_format_mode()