Home | History | Annotate | Download | only in camera

Lines Matching refs:dst_fmt

1111          const YUVDesc* dst_fmt,
1125 const int Y_Inc_dst = dst_fmt->Y_inc;
1126 const int UV_inc_dst = dst_fmt->UV_inc;
1127 const int Y_next_pair_dst = dst_fmt->Y_next_pair;
1129 uint8_t* pYdst = (uint8_t*)dst + dst_fmt->Y_offset;
1136 (uint8_t*)dst + dst_fmt->u_offset(dst_fmt, y, width, height);
1138 (uint8_t*)dst + dst_fmt->v_offset(dst_fmt, y, width, height);