Searched refs:IMG_FRAME_IDR (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostheader.h | 183 IMG_FRAME_IDR = 0, enumerator
|
D | tng_hostcode.c | 1723 bIsIntra = ((eSliceType == IMG_FRAME_IDR) || (eSliceType == IMG_FRAME_INTRA)); in tng__prepare_encode_sliceparams() 1725 bIsIDR = ((eSliceType == IMG_FRAME_IDR) || (eSliceType == IMG_FRAME_INTER_P_IDR)); in tng__prepare_encode_sliceparams() 1984 if (eSliceType == IMG_FRAME_IDR) { in tng__prepare_encode_sliceparams() 2038 …PictureCodingType = ((eFrameType == IMG_FRAME_INTRA)|| (eFrameType == IMG_FRAME_IDR)) ? I_FRAME : … in tng__h263_generate_pic_hdr_template() 2412 …tng__generate_slice_params_template(ctx, (IMG_UINT32)IMG_FRAME_IDR, (IMG_UINT32)IMG_FRAME_IDR, ui3… in tng__prepare_templates() 2428 …tng__h263_generate_pic_hdr_template(ctx, IMG_FRAME_IDR, ctx->h263_actual_width, ctx->h263_actual_h… in tng__prepare_templates() 2434 tng__mpeg4_generate_pic_hdr_template(ctx, IMG_FRAME_IDR, 4); in tng__prepare_templates() 3663 vaStatus = tng__update_frametype(ctx, IMG_FRAME_IDR); in tng_EndPicture()
|
D | tng_enc_trace.c | 387 case IMG_FRAME_IDR:return "IMG_FRAME_IDR"; in IMG_FRAME_TEMPLATE_TYPE2Str()
|
D | tng_hostheader.c | 3420 IMG_BOOL bIntraSlice = ((eSliceType == IMG_FRAME_IDR) || (eSliceType == IMG_FRAME_INTRA)); in tng__H264ES_notforsims_prepare_sliceheader() 3422 IMG_BOOL bIsIDR = ((eSliceType == IMG_FRAME_IDR) || (eSliceType == IMG_FRAME_INTER_P_IDR)); in tng__H264ES_notforsims_prepare_sliceheader()
|
D | tng_trace.c | 165 case IMG_FRAME_IDR:return "IMG_FRAME_IDR"; in IMG_FRAME_TEMPLATE_TYPE2Str()
|