Searched refs:ui8ProfileIdc (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_H264ES.c | 75 ctx->ui8ProfileIdc = H264ES_PROFILE_BASELINE; in tng__H264ES_init_profile() 78 ctx->ui8ProfileIdc = H264ES_PROFILE_MAIN; in tng__H264ES_init_profile() 81 ctx->ui8ProfileIdc = H264ES_PROFILE_HIGH; in tng__H264ES_init_profile() 84 ctx->ui8ProfileIdc = H264ES_PROFILE_HIGH; in tng__H264ES_init_profile() 89 ctx->ui8ProfileIdc = H264ES_PROFILE_BASELINE; in tng__H264ES_init_profile() 720 if ((psRCParams->ui16BFrames > 0) && (ctx->ui8ProfileIdc == H264ES_PROFILE_BASELINE)) { in tng__H264ES_process_sequence_param() 721 ctx->ui8ProfileIdc = H264ES_PROFILE_MAIN; in tng__H264ES_process_sequence_param() 911 if ((ctx->bH2648x8Transform == 1) && (ctx->ui8ProfileIdc != H264ES_PROFILE_HIGH)) { in tng__H264ES_process_picture_param_base()
|
D | tng_hostheader.h | 362 IMG_UINT8 ui8ProfileIdc, 506 IMG_UINT8 ui8ProfileIdc,
|
D | tng_MPEG4ES.c | 163 ctx->ui8ProfileIdc = SP; in tng_MPEG4ES_CreateContext() 166 ctx->ui8ProfileIdc = SP; in tng_MPEG4ES_CreateContext()
|
D | tng_hostcode.h | 271 IMG_UINT8 ui8ProfileIdc; member
|
D | tng_hostheader.c | 2506 IMG_UINT8 ui8ProfileIdc, in tng__H264ES_prepare_sequence_header() argument 2530 SHParams.ucProfile = ui8ProfileIdc - 5; in tng__H264ES_prepare_sequence_header() 2735 IMG_UINT8 ui8ProfileIdc, in tng__H264ES_prepare_mvc_sequence_header() argument 2764 sSHParams.ucProfile = ui8ProfileIdc - 5; in tng__H264ES_prepare_mvc_sequence_header()
|
D | tng_hostcode.c | 2077 ctx->ui8ProfileIdc,//profile in tng__MPEG4ES_send_seq_header() 2127 ctx->ui8ProfileIdc, //ui8_profile in tng__H264ES_send_seq_header() 2150 ctx->ui8ProfileIdc, //ui8_profile in tng__H264ES_send_seq_header()
|
D | tng_trace.c | 1315 …ug_msg(VIDEO_DEBUG_GENERAL, "%s: ucProfile = %d\n", __FUNCTION__, ctx->ui8ProfileIdc); in tng__trace_seq_header()
|