Searched refs:dst_field (Results 1 – 2 of 2) sorted by relevance
139 int dst_plane, int dst_field, in u_copy_nv12_from_yv12() argument147 uint8_t *u_src = (uint8_t *)source_data[2] + source_pitches[2] * dst_field; in u_copy_nv12_from_yv12()148 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12()
317 int src_field, int interleave, int dst_field, in copy_picture_field() argument338 if (interleave && dst_field == FIELD_LOWER) in copy_picture_field()