Home
last modified time | relevance | path

Searched defs:src_y_stride (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc61 int src_y_stride = CVPixelBufferGetBytesPerRowOfPlane(pixel_buffer, 0); in VideoFrameBufferForPixelBuffer() local
/external/skia/src/effects/
DSkBlurMask.cpp80 static int boxBlur(const uint8_t* src, int src_y_stride, uint8_t* dst, in boxBlur()
282 static int boxBlurInterp(const uint8_t* src, int src_y_stride, uint8_t* dst, in boxBlurInterp()