Searched refs:bIsInterlaced (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostheader.h | 396 IMG_BOOL bIsInterlaced, 496 IMG_BOOL bIsInterlaced,
|
D | tng_hostcode.c | 168 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()
|
D | tng_hostcode.h | 339 IMG_BOOL bIsInterlaced; member
|
D | tng_MPEG4ES.c | 154 ctx->bIsInterlaced = IMG_FALSE; in tng_MPEG4ES_CreateContext()
|
D | tng_H263ES.c | 154 ctx->bIsInterlaced = IMG_FALSE; in tng_H263ES_CreateContext()
|
D | tng_hostheader.c | 2843 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()
|
D | tng_picmgmt.c | 488 if (ctx->bIsInterlaced) { in tng__set_component_offsets()
|
D | tng_H264ES.c | 153 ctx->bIsInterlaced = IMG_FALSE; in tng__H264ES_init_format_mode()
|