Searched refs:VUI_Params (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H264ES.c212 H264_VUI_PARAMS VUI_Params; local
257 VUI_Params.Time_Scale = ctx->sRCParams.FrameRate * 2;
258 VUI_Params.bit_rate_value_minus1 = ctx->sRCParams.BitsPerSecond / 64 - 1;
259 VUI_Params.cbp_size_value_minus1 = ctx->sRCParams.BufferSize / 64 - 1;
260 VUI_Params.CBR = 1;
261 VUI_Params.initial_cpb_removal_delay_length_minus1 = 0;
262 VUI_Params.cpb_removal_delay_length_minus1 = 0;
263 VUI_Params.dpb_output_delay_length_minus1 = 0;
264 VUI_Params.time_offset_length = 0;
283 VUI_Params
[all...]
H A Dlnc_hostheader.h147 H264_VUI_PARAMS VUI_Params; member in struct:_H264_SEQUENCE_HEADER_PARAMS_STRUC
H A Dlnc_hostheader.c593 lnc__H264_writebits_VUI_params(mtx_hdr, elt_p, &(pSHParams->VUI_Params));
2128 SHParams.VUI_Params = *VUI_params;
/hardware/intel/img/psb_video/src/
H A Dtng_trace.c1204 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s Time_Scale = %x\n", __FUNCTION__, psSHParams->VUI_Params.Time_Scale); //!< Time scale as defined in the H.264 specification
1205 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s bit_rate_value_minus1 = %x\n", __FUNCTION__, psSHParams->VUI_Params.bit_rate_value_minus1); //!< An inter framebitrate/64)-1
1206 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s cbp_size_value_minus1 = %x\n", __FUNCTION__, psSHParams->VUI_Params.cbp_size_value_minus1); //!< An inter frame(bitrate*1.5)/16
1207 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s CBR = %x\n", __FUNCTION__, psSHParams->VUI_Params.CBR); //!< CBR as defined in the H.264 specification
1208 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s initial_cpb_removal = %x\n", __FUNCTION__, psSHParams->VUI_Params.initial_cpb_removal_delay_length_minus1); //!< as defined in the H.264 specification
1209 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s cpb_removal_delay_length_minus1 = %x\n", __FUNCTION__, psSHParams->VUI_Params.cpb_removal_delay_length_minus1); //!< as defined in the H.264 specification
1210 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s dpb_output_delay_length_minus1 = %x\n", __FUNCTION__, psSHParams->VUI_Params.dpb_output_delay_length_minus1); //!< as defined in the H.264 specification
1211 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s time_offset_length = %x\n", __FUNCTION__, psSHParams->VUI_Params.time_offset_length); //!< as defined in the H.264 specification
H A Dpnw_hostheader.h164 H264_VUI_PARAMS VUI_Params; member in struct:_H264_SEQUENCE_HEADER_PARAMS_STRUC
H A Dpnw_H264ES.c211 H264_VUI_PARAMS *pVUI_Params = &(ctx->VUI_Params);
471 1 + ctx->VUI_Params.initial_cpb_removal_delay_length_minus1, //ui8nal_initial_cpb_removal_delay_length,
516 ctx->VUI_Params.cpb_removal_delay_length_minus1,
517 ctx->VUI_Params.dpb_output_delay_length_minus1,
H A Dtng_hostheader.h251 H264_VUI_PARAMS VUI_Params; member in struct:_H264_SEQUENCE_HEADER_PARAMS_STRUC
H A Dpnw_hostcode.h321 H264_VUI_PARAMS VUI_Params; member in struct:context_ENC_s
H A Dtng_hostheader.c771 tng__H264_writebits_VUI_params(pMTX_Header, aui32ElementPointers, &(pSHParams->VUI_Params));
2537 memcpy(&SHParams.VUI_Params, psVUI_Params, sizeof(H264_VUI_PARAMS));
2652 tng__H264_writebits_VUI_params(pMTX_Header, aui32ElementPointers, &(pSHParams->VUI_Params));
H A Dpnw_hostheader.c915 pnw__H264_writebits_VUI_params(pMTX_Header, aui32ElementPointers, &(pSHParams->VUI_Params));
2301 SHParams.VUI_Params = *VUI_params;

Completed in 89 milliseconds