Searched refs:OutPutBuffs (Results 1 – 2 of 2) sorted by relevance
628 frame->OutPutBuffs.YuvBuff = dio->uinfo.xfr_buff; in bc_cproc_fetch_frame()629 frame->OutPutBuffs.YuvBuffSz = dio->uinfo.xfr_len; in bc_cproc_fetch_frame()630 frame->OutPutBuffs.UVbuffOffset = dio->uinfo.uv_offset; in bc_cproc_fetch_frame()631 frame->OutPutBuffs.b422Mode = dio->uinfo.b422mode; in bc_cproc_fetch_frame()633 frame->OutPutBuffs.YBuffDoneSz = dio->uinfo.y_done_sz; in bc_cproc_fetch_frame()634 frame->OutPutBuffs.UVBuffDoneSz = dio->uinfo.uv_done_sz; in bc_cproc_fetch_frame()
187 struct BC_DEC_YUV_BUFFS OutPutBuffs; member