heif_colorspace 32 examples/encoder.h virtual heif_colorspace colorspace(bool has_alpha) const = 0; heif_colorspace 37 examples/encoder_jpeg.h heif_colorspace colorspace(bool has_alpha) const override { heif_colorspace 31 examples/encoder_png.h heif_colorspace colorspace(bool has_alpha) const override { heif_colorspace 50 libheif/encoder_fuzzer.cc heif_colorspace colorspace = heif_colorspace_YCbCr; heif_colorspace 26 libheif/file_fuzzer.cc static const enum heif_colorspace kFuzzColorSpace = heif_colorspace_YCbCr; heif_colorspace 452 libheif/heif.cc heif_colorspace colorspace, heif_colorspace 474 libheif/heif.cc heif_colorspace colorspace, heif_colorspace 500 libheif/heif.cc enum heif_colorspace heif_image_get_colorspace(const struct heif_image* img) heif_colorspace 615 libheif/heif.h enum heif_colorspace colorspace, heif_colorspace 621 libheif/heif.h enum heif_colorspace heif_image_get_colorspace(const struct heif_image*); heif_colorspace 965 libheif/heif.h enum heif_colorspace colorspace, heif_colorspace 724 libheif/heif_context.cc heif_colorspace colorspace, heif_colorspace 736 libheif/heif_context.cc heif_colorspace target_colorspace = (colorspace == heif_colorspace_undefined ? heif_colorspace 1450 libheif/heif_context.cc heif_colorspace colorspace = image->get_colorspace(); heif_colorspace 91 libheif/heif_context.h heif_colorspace colorspace = heif_colorspace_undefined, heif_colorspace 222 libheif/heif_cxx.h Image decode_image(heif_colorspace colorspace, heif_chroma chroma, heif_colorspace 243 libheif/heif_cxx.h enum heif_colorspace colorspace, heif_colorspace 250 libheif/heif_cxx.h heif_colorspace get_colorspace() const noexcept; heif_colorspace 579 libheif/heif_cxx.h inline Image ImageHandle::decode_image(heif_colorspace colorspace, heif_chroma chroma, heif_colorspace 640 libheif/heif_cxx.h enum heif_colorspace colorspace, heif_colorspace 662 libheif/heif_cxx.h inline heif_colorspace Image::get_colorspace() const noexcept { heif_colorspace 86 libheif/heif_emscripten.h enum heif_colorspace colorspace, enum heif_chroma chroma) { heif_colorspace 255 libheif/heif_emscripten.h emscripten::enum_<heif_colorspace>("heif_colorspace") heif_colorspace 416 libheif/heif_encoder_x265.cc void x265_query_input_colorspace(heif_colorspace* colorspace, heif_chroma* chroma) heif_colorspace 40 libheif/heif_image.cc void HeifPixelImage::create(int width,int height, heif_colorspace colorspace, heif_chroma chroma) heif_colorspace 206 libheif/heif_image.cc std::shared_ptr<HeifPixelImage> HeifPixelImage::convert_colorspace(heif_colorspace target_colorspace, heif_colorspace 43 libheif/heif_image.h void create(int width,int height, heif_colorspace colorspace, heif_chroma chroma); heif_colorspace 62 libheif/heif_image.h heif_colorspace get_colorspace() const { return m_colorspace; } heif_colorspace 80 libheif/heif_image.h std::shared_ptr<HeifPixelImage> convert_colorspace(heif_colorspace colorspace, heif_colorspace 109 libheif/heif_image.h heif_colorspace m_colorspace = heif_colorspace_undefined; heif_colorspace 179 libheif/heif_plugin.h void (*query_input_colorspace)(enum heif_colorspace* inout_colorspace,