Searched defs:dstBpp (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libswscale/tests/ |
H A D | colorspace.c | 99 int dstBpp = 0; in main() local
|
/third_party/skia/src/codec/ |
H A D | SkWebpCodec.cpp | 507 const size_t dstBpp = dstInfo.bytesPerPixel(); in onGetPixels() local
|
/third_party/skia/tests/ |
H A D | TransferPixelsTest.cpp | 29 size_t dstBpp = GrColorTypeBytesPerPixel(dstType); in fill_transfer_data() local
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale_unscaled.c | 1589 const int dstBpp = (c->dstFormatBpp + 7) >> 3; in rgbToRgbWrapper() local
|
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 621 size_t dstBpp = dst.info().bpp(); in GrConvertPixels() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | ETC_Decoder.cpp | 670 bool ETC_Decoder::Decode(const unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType inputType) in Decode() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) in Decode() argument
|
Completed in 11 milliseconds