/third_party/ffmpeg/libavcodec/ |
H A D | h274.c | 226 av_assert1(out_frame->format == in_frame->format); in ff_h274_apply_film_grain() 227 if (in_frame->format != AV_PIX_FMT_YUV420P) in ff_h274_apply_film_grain()
|
H A D | libxavs2.c | 32 #define xavs2_opt_set2(name, format, ...) do{ \ 35 av_strlcatf(opt_str, sizeof(opt_str), format, __VA_ARGS__); \ 184 switch (frame->format) { in xavs2_encode_frame() 199 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format\n"); in xavs2_encode_frame()
|
/third_party/ffmpeg/doc/examples/ |
H A D | demuxing_decoding.c | 62 frame->format != pix_fmt) { in output_video_frame() 65 fprintf(stderr, "Error: Width, height and pixel format have to be " in output_video_frame() 67 "pixel format of the input video changed:\n" in output_video_frame() 68 "old: width = %d, height = %d, format = %s\n" in output_video_frame() 69 "new: width = %d, height = %d, format = %s\n", in output_video_frame() 72 av_get_pix_fmt_name(frame->format)); in output_video_frame() 92 size_t unpadded_linesize = frame->nb_samples * av_get_bytes_per_sample(frame->format); in output_audio_frame() 223 "sample format %s is not supported as output format\n", in get_format_from_sample_fmt() 245 /* open input file, and allocate format contex in main() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | f_reverse.c | 154 switch (out->format) { in reverse_samples_planar() 199 switch (out->format) { in reverse_samples_packed() 259 if (av_sample_fmt_is_planar(out->format)) in areverse_request_frame()
|
H A D | af_ashowinfo.c | 187 int planar = av_sample_fmt_is_planar(buf->format); in filter_frame() 188 int block_align = av_get_bytes_per_sample(buf->format) * (planar ? 1 : channels); in filter_frame() 222 av_get_sample_fmt_name(buf->format), buf->ch_layout.nb_channels, chlayout_str, in filter_frame()
|
H A D | vf_amplify.c | 177 s->desc = av_pix_fmt_desc_get(outlink->format); in config_output() 180 s->nb_planes = av_pix_fmt_count_planes(outlink->format); in config_output() 183 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_output()
|
H A D | vf_cover_rect.c | 209 &cover->cover_frame->format, cover->cover_filename, ctx)) < 0) in init() 212 if (cover->cover_frame->format != AV_PIX_FMT_YUV420P && cover->cover_frame->format != AV_PIX_FMT_YUVJ420P) { in init()
|
H A D | vf_siti.c | 115 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 147 // If color range not specified, fallback to pixel format in is_full_range() 149 return frame->format == AV_PIX_FMT_YUVJ420P || frame->format == AV_PIX_FMT_YUVJ422P; in is_full_range()
|
H A D | vf_fieldhint.c | 98 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 101 if ((ret = av_image_fill_linesizes(s->planewidth, inlink->format, inlink->w)) < 0) in config_input() 107 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
|
H A D | vf_limiter.c | 119 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 122 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input() 124 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_transpose_opencl.c | 77 const AVPixFmtDescriptor *desc_in = av_pix_fmt_desc_get(inlink->format); in transpose_opencl_config_output() 99 av_log(avctx, AV_LOG_ERROR, "Input format %s not supported.\n", in transpose_opencl_config_output() 145 av_get_pix_fmt_name(input->format), in transpose_opencl_filter_frame() 201 av_get_pix_fmt_name(output->format), in transpose_opencl_filter_frame()
|
H A D | vf_maskedthreshold.c | 100 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 103 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input() 105 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_telecine.c | 114 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 126 if ((ret = av_image_fill_linesizes(s->stride, inlink->format, inlink->w)) < 0) in config_input() 132 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input()
|
H A D | vf_lagfun.c | 138 desc = av_pix_fmt_desc_get(outlink->format); in config_output() 141 s->nb_planes = av_pix_fmt_count_planes(outlink->format); in config_output() 146 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_output()
|
H A D | vf_il.c | 94 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input() 97 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_input() 100 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_input()
|
H A D | vf_weave.c | 65 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_props_output() 77 if ((ret = av_image_fill_linesizes(s->linesize, inlink->format, inlink->w)) < 0) in config_props_output() 86 s->nb_planes = av_pix_fmt_count_planes(inlink->format); in config_props_output()
|
/third_party/ffmpeg/libavformat/ |
H A D | cdxl.c | 123 int channels, type, format, ret; in cdxl_read_packet() local 140 format = cdxl->header[1] & 0xE0; in cdxl_read_packet() 154 if (format == 0x20) in cdxl_read_packet()
|
H A D | rtpdec_xiph.c | 295 par->format = AV_PIX_FMT_YUV420P; in xiph_parse_fmtp_pair() 297 par->format = AV_PIX_FMT_YUV422P; in xiph_parse_fmtp_pair() 299 par->format = AV_PIX_FMT_YUV444P; in xiph_parse_fmtp_pair() 302 "Unsupported pixel format %s\n", attr); in xiph_parse_fmtp_pair()
|
/third_party/glfw/src/ |
H A D | osmesa_context.c | 295 int* height, int* format, void** buffer) in glfwGetOSMesaColorBuffer() 324 if (format) in glfwGetOSMesaColorBuffer() 325 *format = mesaFormat; in glfwGetOSMesaColorBuffer() 294 glfwGetOSMesaColorBuffer(GLFWwindow* handle, int* width, int* height, int* format, void** buffer) glfwGetOSMesaColorBuffer() argument
|
/third_party/ffmpeg/tools/ |
H A D | uncoded_frame.c | 173 st->stream->codecpar->format = av_buffersink_get_format(st->sink); in main() 180 st->stream->codecpar->format = av_buffersink_get_format(st->sink); in main() 181 st->stream->codecpar->codec_id = av_get_pcm_codec(st->stream->codecpar->format, -1); in main()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.h | 66 snd_pcm_format_t format; member 83 unsigned int format; member 94 snd_pcm_format_t format; member
|
/third_party/backends/backend/ |
H A D | canon_pp-io.c | 64 static void DBG(int level, const char *format, ...) in DBG() argument 67 va_start(args, format); in DBG() 68 if (level < 50) vfprintf(stderr, format, args); in DBG()
|
/third_party/backends/japi/ |
H A D | ScanIt.java | 215 switch (parms.format) in process() 221 int cindex = 2 - (parms.format - SaneParameters.FRAME_RED); in process() 359 switch (parms.format) in write()
|
/third_party/curl/lib/ |
H A D | memdebug.c | 437 void curl_dbg_log(const char *format, ...) in curl_dbg_log() argument 450 va_start(ap, format); in curl_dbg_log() 451 nchars = mvsnprintf(buf, LOGLINE_BUFSIZE, format, ap); in curl_dbg_log()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-rw.c | 361 snd_pcm_format_t format; in irq_rw_pre_process() local 367 err = snd_pcm_hw_params_get_format(state->hw_params, &format); in irq_rw_pre_process() 370 bytes_per_sample = snd_pcm_format_physical_width(format) / 8; in irq_rw_pre_process()
|