Searched refs:yuv_space (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 164 SkYUVColorSpace yuv_space, in make_yuv_420() argument 183 return SkImage::MakeFromYUVAPixmaps(gr, yuv_space, pm, indices, {w, h}, in make_yuv_420() 208 auto yuv_space = get_yuvspace(frame->colorspace); in convertFrame() local 226 yuv_space, fCSCache.fCS); in convertFrame()
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoDecoder.cpp | 205 auto yuv_space = get_yuvspace(frame->colorspace); in convertFrame() local 223 frame->data, frame->linesize, yuv_space, fCSCache.fCS)) { in convertFrame()
|