Lines Matching refs:psSrcBufParams
587 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()
641 &(psSrcBufParams->ui32PhysAddrYPlane_Field1), in tng_send_source_frame()
645 &(psSrcBufParams->ui32PhysAddrUPlane_Field1), in tng_send_source_frame()
649 &(psSrcBufParams->ui32PhysAddrVPlane_Field1), in tng_send_source_frame()
653 tng_cmdbuf_set_phys(&(psSrcBufParams->ui32PhysAddrYPlane_Field0), 0, in tng_send_source_frame()
656 tng_cmdbuf_set_phys(&(psSrcBufParams->ui32PhysAddrUPlane_Field0), 0, in tng_send_source_frame()
659 tng_cmdbuf_set_phys(&(psSrcBufParams->ui32PhysAddrVPlane_Field0), 0, in tng_send_source_frame()
663 tng_cmdbuf_set_phys(&(psSrcBufParams->ui32PhysAddrYPlane_Field1), 0, in tng_send_source_frame()
666 tng_cmdbuf_set_phys(&(psSrcBufParams->ui32PhysAddrUPlane_Field1), 0, in tng_send_source_frame()
669 tng_cmdbuf_set_phys(&(psSrcBufParams->ui32PhysAddrVPlane_Field1), 0, in tng_send_source_frame()
679 __FUNCTION__, (unsigned int)(psSrcBufParams->ui32PhysAddrYPlane_Field0), in tng_send_source_frame()
680 (unsigned int)(psSrcBufParams->ui32PhysAddrUPlane_Field0), in tng_send_source_frame()
681 (unsigned int)(psSrcBufParams->ui32PhysAddrVPlane_Field0)); in tng_send_source_frame()
684 __FUNCTION__, (unsigned int)(psSrcBufParams->ui32PhysAddrYPlane_Field1), in tng_send_source_frame()
685 (unsigned int)(psSrcBufParams->ui32PhysAddrUPlane_Field1), in tng_send_source_frame()
686 (unsigned int)(psSrcBufParams->ui32PhysAddrVPlane_Field1)); in tng_send_source_frame()