Searched refs:n_in (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9_superframe_bsf.c | 34 static void stats(AVPacket * const *in, int n_in, in stats() argument 40 for (n = 0; n < n_in; n++) { in stats() 52 static int merge_superframe(AVPacket * const *in, int n_in, AVPacket *out) in merge_superframe() argument 58 stats(in, n_in, &max, &sum); in merge_superframe() 60 marker = 0xC0 + (mag << 3) + (n_in - 1); in merge_superframe() 61 sz = sum + 2 + (mag + 1) * n_in; in merge_superframe() 66 for (n = 0; n < n_in; n++) { in merge_superframe() 73 for (n = 0; n < n_in; n++) { \ in merge_superframe()
|
/third_party/libwebsockets/lib/roles/http/compression/brotli/ |
D | brotli.c | 52 const uint8_t *n_in; in lcs_process_brotli() local 56 n_in = (void *)in; in lcs_process_brotli() 74 if (BrotliEncoderCompressStream(ctx->u.br_en, n, &a_in, &n_in, in lcs_process_brotli() 85 n = BrotliDecoderDecompressStream(ctx->u.br_de, &a_in, &n_in, in lcs_process_brotli()
|
/third_party/ffmpeg/libavfilter/ |
D | af_aresample.c | 185 const int n_in = insamplesref->nb_samples; in filter_frame() local 187 int n_out = n_in * aresample->ratio + 32; in filter_frame() 218 (void *)insamplesref->extended_data, n_in); in filter_frame()
|
D | af_atempo.c | 1084 int n_in = src_buffer->nb_samples; in filter_frame() local 1085 int n_out = (int)(0.5 + ((double)n_in) / atempo->tempo); in filter_frame() 1088 const uint8_t *src_end = src + n_in * atempo->stride; in filter_frame() 1119 atempo->nsamples_in += n_in; in filter_frame()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ccconverter.c | 263 check_conversion_multiple (guint n_in, const guint8 ** in, guint * in_len, in check_conversion_multiple() argument 278 for (i = 0; i < n_in; i++) { in check_conversion_multiple()
|