Home
last modified time | relevance | path

Searched refs:ui8SlotNum (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostair.c388 IMG_UINT8 ui8SlotNum, in tng__fill_input_control() argument
403 MTX_CMDID_SW_FILL_INPUT_CTRL, ui8SlotNum, 0, 0); in tng__fill_input_control()
529 static void tng__update_air_send(context_ENC_p ctx, IMG_UINT8 ui8SlotNum) in tng__update_air_send() argument
535 tng__map_inp_ctrl_buf(ctx, ui8SlotNum, &pInpCtrlBuf); in tng__update_air_send()
539 tng__unmap_inp_ctrl_buf(ctx, ui8SlotNum, &pInpCtrlBuf); in tng__update_air_send()
543 MTX_CMDID_SW_UPDATE_AIR_SEND, ui8SlotNum, 0, 0); in tng__update_air_send()
827 static void tng_update_air_calc(context_ENC_p ctx, IMG_UINT8 ui8SlotNum) in tng_update_air_calc() argument
833 tng__map_first_pass_out_buf(ctx, ui8SlotNum, &pFirstPassOutBuf); in tng_update_air_calc()
834 tng__map_best_mb_decision_out_buf(ctx, ui8SlotNum, &pBestMBDecisionCtrlBuf); in tng_update_air_calc()
839 tng__unmap_first_pass_out_buf(ctx, ui8SlotNum, &pFirstPassOutBuf); in tng_update_air_calc()
[all …]
Dtng_picmgmt.h160 …IMG_UINT8 ui8SlotNum; //!< Number of frames in the stream (incl. skipped) member
181 IMG_UINT8 ui8SlotNum; //!< Slot in firmware that this coded buffer should occupy member
Dtng_picmgmt.c622 psSrcBufParams->ui8SlotNum = (IMG_UINT8)(ui32SlotIndex & 0xff); in tng_send_source_frame()
Dtng_enc_trace.c818 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\tui8SlotNum=%d\n",source->ui8SlotNum); in PROVIDEBUFFER_SOURCE_dump()
Dtng_trace.c1034 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\tui8SlotNum=%d\n",source->ui8SlotNum); in PROVIDEBUFFER_SOURCE_dump()