Home
last modified time | relevance | path

Searched defs:bgr (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dfx_dib.h73 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 DGraphUtils.cpp101 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 Dpngwrite.c1827 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 Dpngread.c1890 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 Dyuv.c179 static void ConvertBGR24ToY_C(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_C()
H A Dupsampling_mips_dsp_r2.c57 static WEBP_INLINE void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr()
H A Dyuv.h87 uint8_t* const bgr) { in VP8YuvToBgr()
H A Dyuv_neon.c61 static void ConvertBGR24ToY_NEON(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_NEON()
H A Dupsampling_msa.c257 static void YuvToBgr(int y, int u, int v, uint8_t* const bgr) { in YuvToBgr()
H A Dyuv_sse41.c444 static void ConvertBGR24ToY_SSE41(const uint8_t* bgr, uint8_t* y, int width) { in ConvertBGR24ToY_SSE41()
H A Dyuv_sse2.c599 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 DSoftVideoEncoderOMXComponent.cpp464 bool bgr) { in ConvertRGB32ToPlanar()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_chamelium.c101 unsigned char *bgr; member
1652 unsigned char *bgr; in chamelium_crop_analog_frame() local
/aosp_15_r20/external/pdfium/testing/image_diff/
H A Dimage_diff_png.cpp78 void ConvertBGRtoRGB(const uint8_t* bgr, in ConvertBGRtoRGB()
/aosp_15_r20/external/webp/src/enc/
H A Dpicture_csp_enc.c802 const uint8_t* bgr, int bgr_stride) { in WebPPictureImportBGR()