Searched refs:ui8SlotsCoded (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostair.c | 853 IMG_UINT8 ui8SlotIndex = ctx->ui8SlotsCoded; in tng_air_set_input_control() 854 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: slot index = %d\n", __FUNCTION__, ctx->ui8SlotsCoded); in tng_air_set_input_control() 875 IMG_UINT8 ui8SlotIndex = ctx->ui8SlotsCoded; in tng_air_set_output_control() 877 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: slot index = %d\n", __FUNCTION__, ctx->ui8SlotsCoded); in tng_air_set_output_control()
|
D | tng_hostcode.h | 367 IMG_UINT8 ui8SlotsCoded; // Number of coded slots used member
|
D | tng_hostcode.c | 926 tng_send_source_frame(ctx, ctx->ui8SlotsCoded, ui32FrameIdx); in tng__provide_buffer_PFrames() 3493 tng_send_codedbuf(ctx, ctx->ui8SlotsCoded); in tng__cmdbuf_provide_buffer() 3496 tng_send_codedbuf(ctx, ctx->ui8SlotsCoded * 2); in tng__cmdbuf_provide_buffer() 3497 tng_send_codedbuf(ctx, ctx->ui8SlotsCoded * 2 + 1); in tng__cmdbuf_provide_buffer() 3518 ctx->ui8SlotsCoded = (ctx->ui8SlotsCoded + 1) & 1; in tng__cmdbuf_provide_buffer()
|