Searched refs:dst_pitch_v (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoframe.cc | 88 int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v) const { in CopyToPlanes() 97 dst_v, dst_pitch_v, in CopyToPlanes() 121 int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v, in StretchToPlanes() argument 131 CopyToPlanes(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v); in StretchToPlanes() 165 dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v, in StretchToPlanes()
|
D | videoframe.h | 123 int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v) const;
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtctexturevideoframe.cc | 131 int32 dst_pitch_u, int32 dst_pitch_v) const { in CopyToPlanes() 147 int32 dst_pitch_u, int32 dst_pitch_v, size_t width, size_t height, in StretchToPlanes() argument
|
D | webrtctexturevideoframe.h | 82 int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v) const;
|