Searched refs:psSrcFrame (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_picmgmt.c | 585 IMG_FRAME *psSrcFrame = &sSrcFrame; in tng_send_source_frame() local 610 memset(psSrcFrame, 0, sizeof(IMG_FRAME)); in tng_send_source_frame() 611 tng__set_component_offsets(ctx, src_surface, psSrcFrame); in tng_send_source_frame() 629 srf_buf_offset + psSrcFrame->i32YComponentOffset + psSrcFrame->i32Field0YOffset, in tng_send_source_frame() 633 srf_buf_offset + psSrcFrame->i32UComponentOffset + psSrcFrame->i32Field0UOffset, in tng_send_source_frame() 637 srf_buf_offset + psSrcFrame->i32VComponentOffset + psSrcFrame->i32Field0VOffset, in tng_send_source_frame() 642 srf_buf_offset + psSrcFrame->i32YComponentOffset + psSrcFrame->i32Field1YOffset, in tng_send_source_frame() 646 srf_buf_offset + psSrcFrame->i32UComponentOffset + psSrcFrame->i32Field1UOffset, in tng_send_source_frame() 650 srf_buf_offset + psSrcFrame->i32VComponentOffset + psSrcFrame->i32Field1VOffset, in tng_send_source_frame() 655 srf_buf_offset + psSrcFrame->i32YComponentOffset + psSrcFrame->i32Field0YOffset, 0); in tng_send_source_frame() [all …]
|