Lines Matching refs:pixel_format
126 enum AVPixelFormat pixel_format; field
440 NSNumber *pixel_format;
487 if (ctx->pixel_format == avf_pixel_formats[i].ff_id) {
539 ctx->pixel_format = pxl_fmt_spec.ff_id;
542 ctx->pixel_format = pxl_fmt_spec.ff_id;
543 pixel_format = [NSNumber numberWithUnsignedInt:pxl_fmt_spec.avf_id];
544 capture_dict = [NSDictionary dictionaryWithObject:pixel_format
657 stream->codecpar->format = ctx->pixel_format;
661 stream->codecpar->format = ctx->pixel_format;
1040 ctx->pixel_format, width, height, 1);
1198 …{ "pixel_format", "set pixel format", offsetof(AVFContext, pixel_format), AV_OPT_TYPE_PIXEL_FMT, {…