Lines Matching refs:ui32StreamIndex
874 static VAStatus tng__provide_buffer_BFrames(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__provide_buffer_BFrames() argument
882 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_BFrames()
884 if (ui32StreamIndex == 0) in tng__provide_buffer_BFrames()
918 VAStatus tng__provide_buffer_PFrames(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__provide_buffer_PFrames() argument
920 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_PFrames()
1210 static void tng__prepare_mv_estimates(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__prepare_mv_estimates() argument
1212 context_ENC_mem* ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__prepare_mv_estimates()
1251 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__prepare_mv_estimates()
1661 IMG_UINT32 ui32StreamIndex in tng__save_slice_params_template() argument
1665 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__save_slice_params_template()
1701 IMG_UINT32 ui32StreamIndex in tng__prepare_encode_sliceparams() argument
1989 ui32IPEControl, ui32Flags, ui32SliceConfig, ui32SeqConfig, ui32StreamIndex); in tng__prepare_encode_sliceparams()
2064 static void tng__MPEG4ES_send_seq_header(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__MPEG4ES_send_seq_header() argument
2066 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__MPEG4ES_send_seq_header()
2089 static void tng__H264ES_send_seq_header(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__H264ES_send_seq_header() argument
2091 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__H264ES_send_seq_header()
2167 static void tng__H264ES_send_pic_header(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__H264ES_send_pic_header() argument
2169 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__H264ES_send_pic_header()
2200 static void tng__H264ES_send_hrd_header(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__H264ES_send_hrd_header() argument
2206 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__H264ES_send_hrd_header()
2246 if (ctx->ui32FrameCount[ui32StreamIndex] == 0) { in tng__H264ES_send_hrd_header()
2253 ui32cpb_removal_delay = 2 * ctx->ui32FrameCount[ui32StreamIndex]; in tng__H264ES_send_hrd_header()
2290 IMG_UINT32 ui32StreamIndex in tng__generate_slice_params_template() argument
2293 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__generate_slice_params_template()
2320 ui32StreamIndex in tng__generate_slice_params_template()
2327 ctx->ui16MVCViewIdx = (IMG_UINT16)ui32StreamIndex; in tng__generate_slice_params_template()
2376 static VAStatus tng__prepare_templates(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__prepare_templates() argument
2383 tng__prepare_mv_estimates(ctx, ui32StreamIndex); in tng__prepare_templates()
2412 …_slice_params_template(ctx, (IMG_UINT32)IMG_FRAME_IDR, (IMG_UINT32)IMG_FRAME_IDR, ui32StreamIndex); in tng__prepare_templates()
2413 …ce_params_template(ctx, (IMG_UINT32)IMG_FRAME_INTRA, (IMG_UINT32)IMG_FRAME_INTRA, ui32StreamIndex); in tng__prepare_templates()
2414 …arams_template(ctx, (IMG_UINT32)IMG_FRAME_INTER_P, (IMG_UINT32)IMG_FRAME_INTER_P, ui32StreamIndex); in tng__prepare_templates()
2417 …arams_template(ctx, (IMG_UINT32)IMG_FRAME_INTER_B, (IMG_UINT32)IMG_FRAME_INTER_B, ui32StreamIndex); in tng__prepare_templates()
2419 …mplate(ctx, (IMG_UINT32)IMG_FRAME_INTER_P_IDR, (IMG_UINT32)IMG_FRAME_INTER_P_IDR, ui32StreamIndex); in tng__prepare_templates()
2426 …arams_template(ctx, (IMG_UINT32)IMG_FRAME_INTER_B, (IMG_UINT32)IMG_FRAME_INTER_B, ui32StreamIndex); in tng__prepare_templates()
2433 …arams_template(ctx, (IMG_UINT32)IMG_FRAME_INTER_B, (IMG_UINT32)IMG_FRAME_INTER_P, ui32StreamIndex); in tng__prepare_templates()
2588 static void tng__setvideo_params(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__setvideo_params() argument
2590 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__setvideo_params()
3040 static void tng__setvideo_cmdbuf(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__setvideo_cmdbuf() argument
3042 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__setvideo_cmdbuf()
3366 static VAStatus tng__cmdbuf_setvideo(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__cmdbuf_setvideo() argument
3369 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamIndex]); in tng__cmdbuf_setvideo()
3371 tng__setvideo_params(ctx, ui32StreamIndex); in tng__cmdbuf_setvideo()
3372 tng__setvideo_cmdbuf(ctx, ui32StreamIndex); in tng__cmdbuf_setvideo()
3401 static VAStatus tng__update_ratecontrol(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__update_ratecontrol() argument
3416 __FUNCTION__, ctx->ui32FrameCount[ui32StreamIndex], psRCParams->ui32BitsPerSecond, in tng__update_ratecontrol()
3467 static VAStatus tng__cmdbuf_send_picmgmt(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__cmdbuf_send_picmgmt() argument
3482 ui32StreamIndex, ctx->ui32FrameCount[ui32StreamIndex]); in tng__cmdbuf_send_picmgmt()
3488 static VAStatus tng__cmdbuf_provide_buffer(context_ENC_p ctx, IMG_UINT32 ui32StreamIndex) in tng__cmdbuf_provide_buffer() argument
3501 tng__provide_buffer_BFrames(ctx, ui32StreamIndex); in tng__cmdbuf_provide_buffer()
3503 tng__provide_buffer_PFrames(ctx, ui32StreamIndex); in tng__cmdbuf_provide_buffer()