Home
last modified time | relevance | path

Searched refs:ui32StreamID (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.c65 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng_picmgmt_update()
213 pCustomBuf = &(ctx->ctx_mem[ctx->ui32StreamID].bufs_custom_quant); in tng__set_custom_scaling_values()
359 ctx->obj_context, ctx->ui32StreamID, in tng_send_codedbuf()
676 (int)(ui32SlotIndex), (int)(ctx->ui32FrameCount[ctx->ui32StreamID])); in tng_send_source_frame()
689 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng_send_source_frame()
717 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng_send_rec_frames()
748 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng_send_ref_frames()
Dtng_trace.h33 void tng_trace_setvideo(context_ENC_p ctx, IMG_UINT32 ui32StreamID);
Dtng_MPEG4ES.c211 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng_MPEG4ES_BeginPicture()
222 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__MPEG4ES_process_sequence_param()
311 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__MPEG4ES_process_picture_param()
Dtng_hostcode.c149 …VAStatus tng__alloc_context_buffer(context_ENC_p ctx, IMG_UINT8 ui8IsJpeg, IMG_UINT32 ui32StreamID) in tng__alloc_context_buffer() argument
157 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamID]); in tng__alloc_context_buffer()
840 ctx->ui32StreamID = 0; in tng_BeginPicture()
1999 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__mpeg4_generate_pic_hdr_template()
2036 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__h263_generate_pic_hdr_template()
3319 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__cmdbuf_doheader()
3374 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng__cmdbuf_setvideo()
3393 ctx->ui32StreamID, in tng__rc_update()
3460 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng__update_frametype()
3523 VAStatus tng__set_ctx_buf(context_ENC_p ctx, IMG_UINT32 __maybe_unused ui32StreamID) in tng__set_ctx_buf() argument
[all …]
Dtng_hostair.c65 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng_air_buf_clear()
402 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng__fill_input_control()
542 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng__update_air_send()
842 tng_cmdbuf_insert_command(ctx->obj_context, ctx->ui32StreamID, in tng_update_air_calc()
Dtng_H263ES.c199 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng_H263ES_BeginPicture()
211 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__H263ES_process_sequence_param()
295 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng__H263ES_process_picture_param()
Dtng_H264ES.c674 if (ctx->ui32FrameCount[ctx->ui32StreamID] > 0) { in tng__H264ES_process_sequence_param()
789 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]);
790 context_ENC_frame_buf *ps_buf = &(ctx->ctx_frame_buf[ctx->ui32StreamID]);
947 ctx->ui16MVCViewIdx = ctx->ui32StreamID = psPicMvcParams->view_id; in tng__H264ES_process_picture_param_mvc()
Dtng_jpegES.c501 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in SetSetupInterface()
536 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in SetMTXSetup()
1416 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ctx->ui32StreamID]); in tng_jpeg_EndPicture()
Dtng_hostcode.h268 IMG_UINT32 ui32StreamID; member
Dtng_trace.c638 void tng_trace_setvideo(context_ENC_p ctx, IMG_UINT32 ui32StreamID) in tng_trace_setvideo() argument
642 context_ENC_mem *ps_mem = &(ctx->ctx_mem[ui32StreamID]); in tng_trace_setvideo()