Searched refs:totalframes (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | ape.c | 76 uint32_t totalframes; member 119 av_log(s, AV_LOG_DEBUG, "totalframes = %"PRIu32"\n", ape_ctx->totalframes); in ape_dumpinfo() 125 if ((ape_ctx->seektablelength / sizeof(uint32_t)) != ape_ctx->totalframes) { in ape_dumpinfo() 130 for (i = 0; i < ape_ctx->totalframes; i++) in ape_dumpinfo() 189 ape->totalframes = avio_rl32(pb); in ape_read_header() 203 ape->totalframes = avio_rl32(pb); in ape_read_header() 216 ape->seektablelength = ape->totalframes * sizeof(int32_t); in ape_read_header() 237 if(!ape->totalframes || pb->eof_reached){ in ape_read_header() 241 if(ape->totalframes > UINT_MA in ape_read_header() [all...] |
H A D | tta.c | 33 int totalframes, currentframe; member 91 c->totalframes = nb_samples / c->frame_size + (c->last_frame_size < c->frame_size); in tta_read_header() 94 if(c->totalframes >= (INT_MAX - 4)/sizeof(uint32_t) || c->totalframes <= 0){ in tta_read_header() 95 av_log(s, AV_LOG_ERROR, "totalframes %d invalid\n", c->totalframes); in tta_read_header() 110 framepos += 4 * c->totalframes + 4; in tta_read_header() 119 for (i = 0; i < c->totalframes; i++) { in tta_read_header() 158 if (c->currentframe >= c->totalframes) in tta_read_packet() 161 if (sti->nb_index_entries < c->totalframes) { in tta_read_packet() [all...] |
/third_party/lame/frontend/ |
H A D | timestatus.c | 80 const int totalframes, /* total umber of Frames */ in ts_calc_times() 86 tstime->estimated_time = tstime->elapsed_time * totalframes / frameNum; in ts_calc_times() 124 , totalframes = lame_get_totalframes(gfp) in timestatus() local 128 if (totalframes < frameNum) { in timestatus() 129 totalframes = frameNum; in timestatus() 164 ts_calc_times(real_time, samp_rate, frameNum, totalframes, framesize); in timestatus() 165 ts_calc_times(proc_time, samp_rate, frameNum, totalframes, framesize); in timestatus() 167 if (frameNum < totalframes) { in timestatus() 168 percent = (int) (100. * frameNum / totalframes + 0.5); in timestatus() 174 console_printf("\r%6i/%-6i", frameNum, totalframes); in timestatus() 77 ts_calc_times(timestatus_t * const tstime, const int sample_freq, const int frameNum, const int totalframes, const int framesize) ts_calc_times() argument [all...] |
H A D | gtkanal.c | 115 int totalframes; member 856 if (gtkinfo.totalframes > 0) in update_progress() 857 tf = gtkinfo.totalframes; in update_progress() 913 if (pinfo->num_samples == 0 && gtkinfo.totalframes == 0) in frameadv1() 915 gtkinfo.totalframes = pinfo->frameNum + 2; in frameadv1() 946 if (gtkinfo.totalframes > 0) in frameadv1() 947 if (pplot->frameNum >= gtkinfo.totalframes - 1) in frameadv1() 1472 gtkinfo.totalframes = 0; in gtkcontrol()
|
H A D | get_audio.c | 2165 mp3data->totalframes = len; in lame123_decode_initfile() 2327 if (mp3data->totalframes > 0) { in lame_decode_initfile() 2328 /* mpglib found a Xing VBR header and computed nsamp & totalframes */ in lame_decode_initfile()
|
/third_party/lame/include/ |
H A D | lame.h | 1044 int totalframes; /* total number of frames in mp3 file */ member
|
/third_party/lame/libmp3lame/ |
H A D | mpglib_interface.c | 220 mp3data->totalframes = pmp->num_frames; in decode1_headersB_clipchoice()
|
Completed in 14 milliseconds