Lines Matching refs:buf_in
44 const uint8_t *buf_in, int size)
52 memcpy(ctx->auxiliary_info + ctx->auxiliary_info_size, buf_in, size);
90 const uint8_t *buf_in, int size)
93 const uint8_t* cur_pos = buf_in;
168 const uint8_t *buf_in, int size)
182 mov_cenc_write_encrypted(ctx, pb, buf_in, size);
193 const uint8_t *buf_in, int size)
195 const uint8_t *p = buf_in;
233 int nal_length_size, AVIOContext *pb, const uint8_t *buf_in, int size)
252 avio_write(pb, buf_in, nal_length_size + 1);
256 nalsize = (nalsize << 8) | *buf_in++;
266 mov_cenc_write_encrypted(ctx, pb, buf_in + 1, nalsize - 1);
267 buf_in += nalsize;