Lines Matching defs:jxl_pixfmt
49 JxlPixelFormat jxl_pixfmt;
70 memset(&ctx->jxl_pixfmt, 0, sizeof(JxlPixelFormat));
191 jret = JxlDecoderGetICCProfileSize(ctx->decoder, &ctx->jxl_pixfmt, JXL_COLOR_PROFILE_TARGET_DATA, &icc_len);
197 jret = JxlDecoderGetColorAsICCProfile(ctx->decoder, &ctx->jxl_pixfmt, JXL_COLOR_PROFILE_TARGET_DATA,
239 jret = JxlDecoderGetColorAsEncodedProfile(ctx->decoder, &ctx->jxl_pixfmt, JXL_COLOR_PROFILE_TARGET_DATA, &jxl_color);
262 if (ctx->jxl_pixfmt.num_channels >= 3)
285 if (ctx->jxl_pixfmt.data_type == JXL_TYPE_FLOAT
286 || ctx->jxl_pixfmt.data_type == JXL_TYPE_FLOAT16) {
370 avctx->pix_fmt = libjxl_get_pix_fmt(avctx, &ctx->basic_info, &ctx->jxl_pixfmt);
387 ctx->jxl_pixfmt.align = frame->linesize[0];
388 if (JxlDecoderSetImageOutBuffer(ctx->decoder, &ctx->jxl_pixfmt, frame->data[0], frame->buf[0]->size)