Searched refs:framenum (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | timecode.c | 35 int av_timecode_adjust_ntsc_framenum2(int framenum, int fps) in av_timecode_adjust_ntsc_framenum2() argument 45 return framenum; in av_timecode_adjust_ntsc_framenum2() 47 d = framenum / frames_per_10mins; in av_timecode_adjust_ntsc_framenum2() 48 m = framenum % frames_per_10mins; in av_timecode_adjust_ntsc_framenum2() 50 return framenum + 9U * drop_frames * d + drop_frames * ((m - drop_frames) / (frames_per_10mins / 10)); in av_timecode_adjust_ntsc_framenum2() 53 uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum) in av_timecode_get_smpte_from_framenum() argument 59 framenum += tc->start; in av_timecode_get_smpte_from_framenum() 61 framenum = av_timecode_adjust_ntsc_framenum2(framenum, tc->fps); in av_timecode_get_smpte_from_framenum() 62 ff = framenum in av_timecode_get_smpte_from_framenum() 103 av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum) av_timecode_make_string() argument [all...] |
H A D | timecode.h | 51 * @param framenum frame number to adjust 56 int av_timecode_adjust_ntsc_framenum2(int framenum, int fps); 62 * @param framenum frame number 83 uint32_t av_timecode_get_smpte_from_framenum(const AVTimecode *tc, int framenum); 103 * @param framenum frame number 110 char *av_timecode_make_string(const AVTimecode *tc, char *buf, int framenum);
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | presentation.c | 281 static unsigned int framenum = 0; in vlVdpPresentationQueueDisplay() local 284 if (framenum) { in vlVdpPresentationQueueDisplay() 285 sprintf(cmd, "xwd -id %d -silent -out vdpau_frame_%08d.xwd", (int)pq->drawable, framenum); in vlVdpPresentationQueueDisplay() 289 framenum++; in vlVdpPresentationQueueDisplay()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dca_lbr.h | 78 int framenum; ///< Lower 5 bits of current frame number member
|
H A D | dca_lbr.c | 282 sf_idx = ((s->framenum << group) + sf) & 31; in parse_tonal() 781 int f = s->framenum & 1; in parse_lpc() 1254 s->framenum = (s->framenum + 1) & 31; in ff_dca_lbr_parse() 1263 memset(s->lpc_coeff[s->framenum & 1], 0, sizeof(s->lpc_coeff[0])); in ff_dca_lbr_parse() 1267 int sf_idx = ((s->framenum << group) + sf) & 31; in ff_dca_lbr_parse() 1483 int f = s->framenum & 1; in synth_lpc() 1684 int group_sf = (s->framenum << group) + ((sf - 22) >> (5 - group)); in base_func_synth() 1801 s->framenum = 0; in ff_dca_lbr_flush()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | surface.c | 458 static unsigned int framenum = 0; in XvMCPutSurface() local 461 sprintf(cmd, "xwd -id %d -out xvmc_frame_%08d.xwd", (int)drawable, ++framenum); in XvMCPutSurface()
|
/third_party/lame/include/ |
H A D | lame.h | 1047 int framenum; /* frames decoded counter */ member
|
Completed in 13 milliseconds