Home
last modified time | relevance | path

Searched refs:out_desc (Results 1 - 24 of 24) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_colorspace.c402 const AVPixFmtDescriptor *out_desc = av_pix_fmt_desc_get(out->format); in create_filtergraph() local
421 if (!supported_format(out_desc)) { in create_filtergraph()
425 out_desc ? out_desc->comp[0].depth : -1); in create_filtergraph()
590 fmt_identical = in_desc->log2_chroma_h == out_desc->log2_chroma_h && in create_filtergraph()
591 in_desc->log2_chroma_w == out_desc->log2_chroma_w; in create_filtergraph()
596 in_desc->comp[0].depth == out_desc->comp[0].depth; in create_filtergraph()
636 s->out_rng, out_desc->comp[0].depth); in create_filtergraph()
646 bits = 1 << (29 - out_desc->comp[0].depth); in create_filtergraph()
655 s->rgb2yuv = s->dsp.rgb2yuv[(out_desc in create_filtergraph()
[all...]
H A Dscale_eval.c63 const AVPixFmtDescriptor *out_desc = av_pix_fmt_desc_get(outlink->format); in ff_scale_eval_dimensions() local
79 var_values[VAR_OHSUB] = 1 << out_desc->log2_chroma_w; in ff_scale_eval_dimensions()
80 var_values[VAR_OVSUB] = 1 << out_desc->log2_chroma_h; in ff_scale_eval_dimensions()
H A Dvf_chromakey_cuda.c57 const AVPixFmtDescriptor *in_desc, *out_desc; member
167 s->out_desc = av_pix_fmt_desc_get(s->out_fmt); in set_format_info()
370 AV_CEIL_RSHIFT(out->width, s->out_desc->log2_chroma_w), in cudachromakey_process_internal()
371 AV_CEIL_RSHIFT(out->height, s->out_desc->log2_chroma_h), in cudachromakey_process_internal()
H A Dvf_scale_cuda.c79 const AVPixFmtDescriptor *in_desc, *out_desc; member
204 s->out_desc = av_pix_fmt_desc_get(s->out_fmt); in set_format_info()
486 AV_CEIL_RSHIFT(out->width, s->out_desc->log2_chroma_w), in scalecuda_resize()
487 AV_CEIL_RSHIFT(out->height, s->out_desc->log2_chroma_h), in scalecuda_resize()
H A Dvf_zscale.c249 const AVPixFmtDescriptor *out_desc = av_pix_fmt_desc_get(outlink->format); in config_props() local
266 var_values[VAR_OHSUB] = 1 << out_desc->log2_chroma_w; in config_props()
267 var_values[VAR_OVSUB] = 1 << out_desc->log2_chroma_h; in config_props()
577 static int graphs_build(AVFrame *in, AVFrame *out, const AVPixFmtDescriptor *desc, const AVPixFmtDescriptor *out_desc, in graphs_build() argument
622 if (desc->flags & AV_PIX_FMT_FLAG_ALPHA && out_desc->flags & AV_PIX_FMT_FLAG_ALPHA) { in graphs_build()
H A Dvf_scale.c411 const AVPixFmtDescriptor *out_desc = av_pix_fmt_desc_get(outlink->format); in scale_eval_dimensions() local
434 scale->var_values[VAR_OHSUB] = 1 << out_desc->log2_chroma_w; in scale_eval_dimensions()
435 scale->var_values[VAR_OVSUB] = 1 << out_desc->log2_chroma_h; in scale_eval_dimensions()
/third_party/node/deps/v8/third_party/zlib/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack()
255 void FAR *out_desc;
611 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h1100 out_func out, void FAR *out_desc));
1133 call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1].
1149 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/libwebsockets/win32port/zlib/
H A Dinfback.c207 if (out(out_desc, put, left)) { \
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack()
246 void FAR *out_desc;
602 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h975 out_func out, void FAR *out_desc));
1007 out(out_desc, buf, len) to write the uncompressed data buf[0..len-1]. out()
1023 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/skia/third_party/externals/zlib/
H A Dinfback.c216 if (out(out_desc, put, left)) { \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack()
255 void FAR *out_desc;
611 if (out(out_desc, state->window, state->wsize - left))
H A Dzlib.h1098 out_func out, void FAR *out_desc));
1131 call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1].
1147 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/zlib/contrib/infback9/
H A Dinfback9.h25 out_func out, void FAR *out_desc);
H A Dinfback9.c179 if (out(out_desc, put, (unsigned)left)) { \
214 out_func out, void FAR *out_desc) { in inflateBack9()
576 if (out(out_desc, window, (unsigned)(WSIZE - left))) in inflateBack9()
213 inflateBack9(z_stream FAR *strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) inflateBack9() argument
/third_party/node/deps/zlib/
H A Dinfback.c208 if (out(out_desc, put, left)) { \
243 out_func out, void FAR *out_desc) { in inflateBack()
613 if (out(out_desc, state->window, state->wsize - left) && in inflateBack()
242 inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) inflateBack() argument
H A Dzlib.h1102 out_func out, void FAR *out_desc);
1135 call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1].
1151 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/zlib/
H A Dinfback.c208 if (out(out_desc, put, left)) { \
243 out_func out, void FAR *out_desc) { in inflateBack()
612 if (out(out_desc, state->window, state->wsize - left) && in inflateBack()
242 inflateBack(z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) inflateBack() argument
H A Dzlib.h1103 out_func out, void FAR *out_desc);
1136 call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1].
1152 The in_desc and out_desc parameters of inflateBack() is passed as the
/third_party/mesa3d/src/intel/vulkan/
H A Danv_perf.c347 VK_OUTARRAY_MAKE_TYPED(VkPerformanceCounterDescriptionKHR, out_desc, in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
374 vk_outarray_append_typed(VkPerformanceCounterDescriptionKHR, &out_desc, desc) { in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/zlib/examples/
H A Dgun.c131 local int out(void *out_desc, unsigned char *buf, unsigned len) in out() argument
134 struct outd *me = (struct outd *)out_desc; in out()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_query.c727 out_desc, pCounterDescriptions, &desc_count); in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
743 &out_desc, desc) { in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas139 out_fn: out_func; out_desc: Pointer): Integer;
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_query.c1653 VK_OUTARRAY_MAKE_TYPED(VkPerformanceCounterDescriptionKHR, out_desc, in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
1673 vk_outarray_append_typed(VkPerformanceCounterDescriptionKHR, &out_desc, desc) { in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp15245 const descriptor& out_desc = desc_out[i]; in test() local
15248 prepareVarying(basic_type, out_desc, interpolation, si, stage, Utils::Variable::VARYING_OUTPUT); in test()

Completed in 61 milliseconds