Searched refs:ScalePlane (Results 1 - 12 of 12) sorted by relevance

/external/libyuv/files/include/libyuv/
H A Dscale.h30 void ScalePlane(const uint8* src, int src_stride,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h31 void ScalePlane(const uint8* src, int src_stride,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dscale.h31 void ScalePlane(const uint8* src, int src_stride,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_video_track_host.cc138 libyuv::ScalePlane(src->data(kPlanesOrder[plane_order][0]),
152 libyuv::ScalePlane(src->data(kPlanesOrder[plane_order][1]),
162 libyuv::ScalePlane(src->data(kPlanesOrder[plane_order][2]),
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3702 static void ScalePlane(const uint8* src, int src_stride, function
3793 ScalePlane(src_y, src_stride_y, src_width, src_height,
3796 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3799 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3837 ScalePlane(src_y, src_stride_y, src_width, src_height,
3840 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3843 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
/external/libyuv/files/source/
H A Dscale.cc2854 void ScalePlane(const uint8* src, int src_stride, function
2971 ScalePlane(src_y, src_stride_y, src_width, src_height,
2974 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
2977 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
3035 ScalePlane(src_y, src_stride_y, src_width, src_height,
3038 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
3041 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc19 #include "libyuv/scale.h" // For ScalePlane()
50 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
53 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
56 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
H A Dscale.cc1424 void ScalePlane(const uint8* src, int src_stride, function
1613 ScalePlane(src_y, src_stride_y, src_width, src_height,
1616 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
1619 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
H A Dconvert.cc17 #include "libyuv/scale.h" // For ScalePlane()
47 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_from.cc19 #include "libyuv/scale.h" // For ScalePlane()
50 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
53 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
56 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,
H A Dscale.cc1424 void ScalePlane(const uint8* src, int src_stride, function
1613 ScalePlane(src_y, src_stride_y, src_width, src_height,
1616 ScalePlane(src_u, src_stride_u, src_halfwidth, src_halfheight,
1619 ScalePlane(src_v, src_stride_v, src_halfwidth, src_halfheight,
H A Dconvert.cc17 #include "libyuv/scale.h" // For ScalePlane()
47 ScalePlane(src_y, src_stride_y, src_y_width, src_y_height,
50 ScalePlane(src_u, src_stride_u, src_uv_width, src_uv_height,
53 ScalePlane(src_v, src_stride_v, src_uv_width, src_uv_height,

Completed in 2606 milliseconds