Lines Matching refs:size

879     fprintf(vstats_file,"f_size= %6d ", pkt->size);
885 bitrate = (pkt->size * 8) / av_q2d(enc->time_base) / 1000.0;
1061 pkt->size = subtitle_out_size;
1331 * Unlike video, with audio the audio frame size matters.
1333 * do the buffering deed for us, and thus the frame size parameter
1335 * frame size? From the initialized AVCodecContext of an audio
1643 if (total_size < 0) av_bprintf(&buf, "size=N/A time=");
1644 else av_bprintf(&buf, "size=%8.0fkB time=", total_size / 1024.0);
1701 FFMIN(buf_script.len, buf_script.size - 1));
1867 int duration = av_get_audio_frame_duration(ist->dec_ctx, pkt->size);
2045 // it again with pkt=NULL. pkt==NULL is treated differently from pkt->size==0
2046 // (pkt==NULL means get more output, pkt->size==0 is a flush/drain packet)
2159 if (!eof && pkt && pkt->size == 0)
2285 if (!pkt->size)
2778 dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size);
2781 memcpy(dst_data, sd_src->data, sd_src->size);
2871 int n = 1, i, size, index = 0;
2877 size = n;
2878 pts = av_malloc_array(size, sizeof(*pts));
2896 if (avf->nb_chapters > INT_MAX - size ||
2897 !(pts = av_realloc_f(pts, size += avf->nb_chapters - 1,
2908 av_assert1(index < size);
2916 av_assert1(index < size);
2924 av_assert0(index == size);
2925 qsort(pts, size, sizeof(*pts), compare_int64);
2926 ost->forced_kf_count = size;
3203 dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size);
3206 memcpy(dst_data, sd_src->data, sd_src->size);
3222 uint8_t *dst = av_stream_new_side_data(ost->st, sd->type, sd->size);
3225 memcpy(dst, sd->data, sd->size);
3323 * to be configured with the correct audio frame size, which is only
3988 ist->data_size += pkt->size;
4061 dst_data = av_packet_new_side_data(pkt, src_sd->type, src_sd->size);
4065 memcpy(dst_data, src_sd->data, src_sd->size);
4268 * audio frame buffering/creation to get the output audio frame size
4269 * in samples correct. The audio frame size for the filter chain is