Home
last modified time | relevance | path

Searched refs:in_desc (Results 1 – 23 of 23) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c432 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/
Dvf_colorspace.c446 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/
Dinfback9.h24 in_func in, void FAR *in_desc,
Dinfback9.c128 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/
Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
253 void FAR *in_desc;
Dzlib.h1097 in_func in, void FAR *in_desc,
/third_party/zlib/
Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
253 void FAR *in_desc;
Dzlib.h1099 in_func in, void FAR *in_desc,
/third_party/skia/third_party/externals/zlib/
Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
253 void FAR *in_desc;
Dzlib.h1097 in_func in, void FAR *in_desc,
/third_party/libwebsockets/win32port/zlib/
Dinfback.c152 have = in(in_desc, &next); \
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
244 void FAR *in_desc;
Dzlib.h974 in_func in, void FAR *in_desc,
/third_party/node/deps/zlib/
Dinfback.c161 have = in(in_desc, &next); \
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument
253 void FAR *in_desc;
Dzlib.h1097 in_func in, void FAR *in_desc,
/third_party/zlib/examples/
Dgun.c89 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/
Dinfback.c161 have = in(in_desc, &next); \
253 void FAR *in_desc, in inflateBack() argument
Dzlib.h1111 in_func in, void FAR *in_desc,
/third_party/zlib/contrib/pascal/
Dzlibpas.pas138 function inflateBack(var strm: z_stream; in_fn: in_func; in_desc: Pointer; in inflateBack()
/third_party/freetype/src/gzip/patches/
Dfreetype-zlib.diff273 in_func in, void FAR *in_desc,
/third_party/ltp/scripts/
Dcheckpatch.pl248 my $in_desc = 0;
261 $in_desc = 1;
262 } elsif ($in_desc) {
271 $in_desc = 0;
/third_party/zlib/os400/
Dzlib.inc455 D in_desc * value Input descriptor
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp15238 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/
D0001-cve.patch21157 in_func in, void FAR *in_desc,