/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 432 AACENC_BufDesc in_desc = { 0 }; in gst_fdkaacenc_handle_frame() local 458 in_desc.numBufs = 1; in gst_fdkaacenc_handle_frame() 464 in_desc.numBufs = 0; in gst_fdkaacenc_handle_frame() 471 in_desc.bufferIdentifiers = &in_id; in gst_fdkaacenc_handle_frame() 472 in_desc.bufs = (void *) &imap.data; in gst_fdkaacenc_handle_frame() 473 in_desc.bufSizes = &in_sizes; in gst_fdkaacenc_handle_frame() 474 in_desc.bufElSizes = &in_el_sizes; in gst_fdkaacenc_handle_frame() 491 err = aacEncEncode (self->enc, &in_desc, &out_desc, &in_args, &out_args); in gst_fdkaacenc_handle_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_colorspace.c | 446 const AVPixFmtDescriptor *in_desc = av_pix_fmt_desc_get(in->format); in create_filtergraph() local 459 if (!supported_format(in_desc)) { in create_filtergraph() 463 in_desc ? in_desc->comp[0].depth : -1); in create_filtergraph() 635 fmt_identical = in_desc->log2_chroma_h == out_desc->log2_chroma_h && in create_filtergraph() 636 in_desc->log2_chroma_w == out_desc->log2_chroma_w; in create_filtergraph() 641 in_desc->comp[0].depth == out_desc->comp[0].depth; in create_filtergraph() 648 s->in_rng, in_desc->comp[0].depth); in create_filtergraph() 659 bits = 1 << (in_desc->comp[0].depth - 1); in create_filtergraph() 671 s->yuv2rgb = s->dsp.yuv2rgb[(in_desc->comp[0].depth - 8) >> 1] in create_filtergraph() 672 [in_desc->log2_chroma_h + in_desc->log2_chroma_w]; in create_filtergraph() [all …]
|
/third_party/zlib/contrib/infback9/ |
D | infback9.h | 24 in_func in, void FAR *in_desc,
|
D | infback9.c | 128 have = in(in_desc, &next); \ 217 int ZEXPORT inflateBack9(strm, in, in_desc, out, out_desc) in inflateBack9() argument 220 void FAR *in_desc;
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | infback.c | 161 have = in(in_desc, &next); \ 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 253 void FAR *in_desc;
|
D | zlib.h | 1097 in_func in, void FAR *in_desc,
|
/third_party/zlib/ |
D | infback.c | 161 have = in(in_desc, &next); \ 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 253 void FAR *in_desc;
|
D | zlib.h | 1099 in_func in, void FAR *in_desc,
|
/third_party/skia/third_party/externals/zlib/ |
D | infback.c | 161 have = in(in_desc, &next); \ 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 253 void FAR *in_desc;
|
D | zlib.h | 1097 in_func in, void FAR *in_desc,
|
/third_party/libwebsockets/win32port/zlib/ |
D | infback.c | 152 have = in(in_desc, &next); \ 241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 244 void FAR *in_desc;
|
D | zlib.h | 974 in_func in, void FAR *in_desc,
|
/third_party/node/deps/zlib/ |
D | infback.c | 161 have = in(in_desc, &next); \ 250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 253 void FAR *in_desc;
|
D | zlib.h | 1097 in_func in, void FAR *in_desc,
|
/third_party/zlib/examples/ |
D | gun.c | 89 local unsigned in(void *in_desc, z_const unsigned char **buf) in in() argument 94 struct ind *me = (struct ind *)in_desc; in in()
|
/third_party/freetype/src/gzip/ |
D | infback.c | 161 have = in(in_desc, &next); \ 253 void FAR *in_desc, in inflateBack() argument
|
D | zlib.h | 1111 in_func in, void FAR *in_desc,
|
/third_party/zlib/contrib/pascal/ |
D | zlibpas.pas | 138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
|
/third_party/freetype/src/gzip/patches/ |
D | freetype-zlib.diff | 273 in_func in, void FAR *in_desc,
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 248 my $in_desc = 0; 261 $in_desc = 1; 262 } elsif ($in_desc) { 271 $in_desc = 0;
|
/third_party/zlib/os400/ |
D | zlib.inc | 455 D in_desc * value Input descriptor
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 15238 const descriptor& in_desc = desc_in[i]; in test() local 15241 prepareVarying(basic_type, in_desc, interpolation, si, stage, Utils::Variable::VARYING_INPUT); in test()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 21157 in_func in, void FAR *in_desc,
|