Home
last modified time | relevance | path

Searched refs:frameNum (Results 1 - 10 of 10) sorted by relevance

/third_party/lame/frontend/
H A Dtimestatus.c79 const int frameNum, /* Number of the current Frame */ in ts_calc_times()
85 if (frameNum > 0 && tstime->elapsed_time > 0) { in ts_calc_times()
86 tstime->estimated_time = tstime->elapsed_time * totalframes / frameNum; in ts_calc_times()
87 tstime->speed_index = framesize * frameNum / (sample_freq * tstime->elapsed_time); in ts_calc_times()
123 , frameNum = lame_get_frameNum(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 < totalframe 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 Dgtkanal.c139 static int frameNum = 0; in gtkmakeframe() local
144 pinfo->frameNum = frameNum; in gtkmakeframe()
169 pinfo->frameNum123 = frameNum - 1; in gtkmakeframe()
170 ++frameNum; in gtkmakeframe()
176 while (lame_get_frameNum(gfp) == pinfo->frameNum) { in gtkmakeframe()
203 assert(!(mp3count > 0 && lame_get_frameNum(gfp) == pinfo->frameNum)); in gtkmakeframe()
205 * one frame of data which would increment frameNum */ in gtkmakeframe()
207 frameNum = lame_get_frameNum(gfp); /* use the internal MP3 frame counter */ in gtkmakeframe()
221 pinfo->frameNum123 = pinfo->frameNum in gtkmakeframe()
[all...]
/third_party/lame/libmp3lame/
H A Dlame-analysis.h35 int frameNum; /* current frame number */ member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H A Dvulkan_video_codec_h264std_encode.h68 uint32_t frameNum; member
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_internal.h163 int frameNum; member
H A Dpostprocess_template.c3372 c.frameNum++; in postProcess()
3374 if(c.frameNum == 1) yHistogram[0]= width*(uint64_t)height/64*15/256; in postProcess()
H A Dpostprocess.c888 c->frameNum=-1; in pp_get_context()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.h219 d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264(uint32_t frameNum,
H A Dd3d12_video_dec_h264.cpp323 uint32_t frameNum, in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
566 dxvaStructure.StatusReportFeedbackNumber = frameNum; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
322 d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264( uint32_t frameNum, pipe_video_profile profile, uint32_t decodeWidth, uint32_t decodeHeight, pipe_h264_picture_desc *pPipeDesc) d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() argument
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.cpp1044 int frameNum; in ShowCallstack() local
1149 for (frameNum = 0;; ++frameNum) in ShowCallstack()
1268 if (frameNum == 0) in ShowCallstack()
1280 } // for ( frameNum ) in ShowCallstack()

Completed in 15 milliseconds