Searched refs:dst_pitch_v (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoframe.cc | 102 int32_t dst_pitch_v) const { in CopyToPlanes() 114 dst_v, dst_pitch_v, in CopyToPlanes() 154 int32_t dst_pitch_v, in StretchToPlanes() argument 167 CopyToPlanes(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v); in StretchToPlanes() 199 dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v, in StretchToPlanes()
|
D | videoframe.h | 141 int32_t dst_pitch_v) const;
|