HomeSort by relevance Sort by last modified time
    Searched full:yplane (Results 1 - 9 of 9) sorted by null

  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoBGR565.c 128 if (u32_width_out >= u32_width_in[YPlane])
130 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
134 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
138 if (u32_height_out >= u32_height_in[YPlane])
140 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
144 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out)
    [all...]
M4VIFI_ResizeYUVtoRGB565.c 132 if (u32_width_out >= u32_width_in[YPlane])
134 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
138 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
142 if (u32_height_out >= u32_height_in[YPlane])
144 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
148 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
VideoFrameChromiumImpl.cpp 78 if (format() == YV12 && plane != static_cast<unsigned>(yPlane))
93 if (format() == YV12 && plane != static_cast<unsigned>(yPlane))
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoFrameChromium.cpp 41 const unsigned VideoFrameChromium::yPlane = 0;
VideoFrameChromium.h 45 static const unsigned yPlane;
VideoLayerChromium.cpp 231 if (plane == VideoFrameChromium::yPlane && frame->format() == VideoFrameChromium::YV12) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCVideoLayerImpl.cpp 107 VideoLayerChromium::Texture yTexture = m_textures[VideoFrameChromium::yPlane];
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 137 #define YPlane 0
  /external/opencv/ml/src/
mlcnn.cpp     [all...]

Completed in 560 milliseconds