Home
last modified time | relevance | path

Searched refs:ui32SlotIndex (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.h206 IMG_UINT32 tng_send_codedbuf(context_ENC_p ctx, IMG_UINT32 ui32SlotIndex);
207 IMG_UINT32 tng_send_source_frame(context_ENC_p ctx, IMG_UINT32 ui32SlotIndex, IMG_UINT32 ui32Displa…
Dtng_picmgmt.c346 IMG_UINT32 ui32SlotIndex) in tng_send_codedbuf() argument
353 "%s slot 1 = %x\n", __FUNCTION__, ui32SlotIndex); in tng_send_codedbuf()
355 if ((ctx->ui8PipesToUse == 2) && ((ui32SlotIndex & 1) == 1)) in tng_send_codedbuf()
362 F_ENCODE(ui32SlotIndex, MTX_MSG_PROVIDE_CODED_BUFFER_SLOT), in tng_send_codedbuf()
579 IMG_UINT32 ui32SlotIndex, in tng_send_source_frame() argument
594 __FUNCTION__, ui32SlotIndex, ui32DisplayOrder); in tng_send_source_frame()
622 psSrcBufParams->ui8SlotNum = (IMG_UINT8)(ui32SlotIndex & 0xff); in tng_send_source_frame()
676 (int)(ui32SlotIndex), (int)(ctx->ui32FrameCount[ctx->ui32StreamID])); in tng_send_source_frame()