heif_chroma        33 examples/encoder.h   virtual heif_chroma chroma(bool has_alpha) const = 0;
heif_chroma        41 examples/encoder_jpeg.h   heif_chroma chroma(bool has_alpha) const override {
heif_chroma        35 examples/encoder_png.h   heif_chroma chroma(bool has_alpha) const override {
heif_chroma        51 libheif/encoder_fuzzer.cc   heif_chroma chroma = heif_chroma_420;
heif_chroma        27 libheif/file_fuzzer.cc static const enum heif_chroma kFuzzChroma = heif_chroma_420;
heif_chroma       453 libheif/heif.cc                                     heif_chroma chroma,
heif_chroma       475 libheif/heif.cc                                     heif_chroma chroma,
heif_chroma       505 libheif/heif.cc enum heif_chroma heif_image_get_chroma_format(const struct heif_image* img)
heif_chroma       616 libheif/heif.h                                     enum heif_chroma chroma,
heif_chroma       625 libheif/heif.h enum heif_chroma heif_image_get_chroma_format(const struct heif_image*);
heif_chroma       966 libheif/heif.h                                     enum heif_chroma chroma,
heif_chroma       725 libheif/heif_context.cc                                        heif_chroma chroma,
heif_chroma       733 libheif/heif_context.cc   heif_chroma target_chroma = (chroma == heif_chroma_undefined ?
heif_chroma      1451 libheif/heif_context.cc   heif_chroma chroma = image->get_chroma_format();
heif_chroma        92 libheif/heif_context.h                          heif_chroma chroma = heif_chroma_undefined,
heif_chroma       222 libheif/heif_cxx.h     Image decode_image(heif_colorspace colorspace, heif_chroma chroma,
heif_chroma       244 libheif/heif_cxx.h                 enum heif_chroma chroma);
heif_chroma       252 libheif/heif_cxx.h     heif_chroma get_chroma_format() const noexcept;
heif_chroma       579 libheif/heif_cxx.h   inline Image ImageHandle::decode_image(heif_colorspace colorspace, heif_chroma chroma,
heif_chroma       641 libheif/heif_cxx.h                             enum heif_chroma chroma) {
heif_chroma       666 libheif/heif_cxx.h   inline heif_chroma Image::get_chroma_format() const noexcept {
heif_chroma        95 libheif/heif_decoder_libde265.cc     (heif_chroma)de265_get_chroma_format(de265img),
heif_chroma        86 libheif/heif_emscripten.h     enum heif_colorspace colorspace, enum heif_chroma chroma) {
heif_chroma       243 libheif/heif_emscripten.h   emscripten::enum_<heif_chroma>("heif_chroma")
heif_chroma       416 libheif/heif_encoder_x265.cc void x265_query_input_colorspace(heif_colorspace* colorspace, heif_chroma* chroma)
heif_chroma        40 libheif/heif_image.cc void HeifPixelImage::create(int width,int height, heif_colorspace colorspace, heif_chroma chroma)
heif_chroma       207 libheif/heif_image.cc                                                                    heif_chroma target_chroma) const
heif_chroma        43 libheif/heif_image.h   void create(int width,int height, heif_colorspace colorspace, heif_chroma chroma);
heif_chroma        60 libheif/heif_image.h   heif_chroma get_chroma_format() const { return m_chroma; }
heif_chroma        81 libheif/heif_image.h                                                      heif_chroma chroma) const;
heif_chroma       110 libheif/heif_image.h   heif_chroma m_chroma = heif_chroma_undefined;
heif_chroma       180 libheif/heif_plugin.h                                  enum heif_chroma* inout_chroma);