Searched defs:bgr (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | fx_dib.h | 73 constexpr uint8_t FXSYS_GetRValue(uint32_t bgr) { in FXSYS_GetRValue() 77 constexpr uint8_t FXSYS_GetGValue(uint32_t bgr) { in FXSYS_GetGValue() 81 constexpr uint8_t FXSYS_GetBValue(uint32_t bgr) { in FXSYS_GetBValue()
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | GraphUtils.cpp | 101 CaffePreproccessor::CaffePreproccessor(std::array<float, 3> mean, bool bgr, float scale) in CaffePreproccessor() 258 ImageAccessor::ImageAccessor(std::string filename, bool bgr, std::unique_ptr<IPreprocessor> preproc… in ImageAccessor() 303 bool bgr, in ValidationInputAccessor()
|
/aosp_15_r20/external/libpng/ |
H A D | pngwrite.c | 1827 int bgr = (format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0; in png_image_set_PLTE() local 1829 # define bgr 0 in png_image_set_PLTE() macro
|
H A D | pngread.c | 1890 int bgr = (image->format & PNG_FORMAT_FLAG_BGR) != 0 ? 2 : 0; in png_create_colormap_entry() local 1892 # define bgr 0 in png_create_colormap_entry() macro
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | yuv.c | 179 static void ConvertBGR24ToY_C(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_C()
|
H A D | upsampling_mips_dsp_r2.c | 57 static WEBP_INLINE void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr()
|
H A D | yuv.h | 87 uint8_t* const bgr) { in VP8YuvToBgr()
|
H A D | yuv_neon.c | 61 static void ConvertBGR24ToY_NEON(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_NEON()
|
H A D | upsampling_msa.c | 257 static void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr()
|
H A D | yuv_sse41.c | 444 static void ConvertBGR24ToY_SSE41(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_SSE41()
|
H A D | yuv_sse2.c | 599 static void ConvertBGR24ToY_SSE2(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_SSE2()
|
/aosp_15_r20/frameworks/av/media/libstagefright/omx/ |
H A D | SoftVideoEncoderOMXComponent.cpp | 464 bool bgr) { in ConvertRGB32ToPlanar()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_chamelium.c | 101 unsigned char *bgr; member 1652 unsigned char *bgr; in chamelium_crop_analog_frame() local
|
/aosp_15_r20/external/pdfium/testing/image_diff/ |
H A D | image_diff_png.cpp | 78 void ConvertBGRtoRGB(const uint8_t* bgr, in ConvertBGRtoRGB()
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | picture_csp_enc.c | 802 const uint8_t* bgr, int bgr_stride) { in WebPPictureImportBGR()
|