Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.c587 IMG_SOURCE_BUFFER_PARAMS *psSrcBufParams = NULL; in tng_send_source_frame() local
608 psSrcBufParams = (IMG_SOURCE_BUFFER_PARAMS *)(cmdbuf->frame_mem_p + frame_mem_index); in tng_send_source_frame()
609 memset(psSrcBufParams, 0, sizeof(IMG_SOURCE_BUFFER_PARAMS)); in tng_send_source_frame()
618 __FUNCTION__, frame_mem_index, (unsigned int)psSrcBufParams); in tng_send_source_frame()
622 psSrcBufParams->ui8SlotNum = (IMG_UINT8)(ui32SlotIndex & 0xff); in tng_send_source_frame()
623 psSrcBufParams->ui8DisplayOrderNum = (IMG_UINT8)(ui32DisplayOrder & 0xff); in tng_send_source_frame()
624 psSrcBufParams->ui32HostContext = (IMG_UINT32)ctx; in tng_send_source_frame()
628 &(psSrcBufParams->ui32PhysAddrYPlane_Field0), in tng_send_source_frame()
632 &(psSrcBufParams->ui32PhysAddrUPlane_Field0), in tng_send_source_frame()
636 &(psSrcBufParams->ui32PhysAddrVPlane_Field0), in tng_send_source_frame()
[all …]