OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idrPeriod
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
108
if ((*frameNum >= (uint)rateCtrl->
idrPeriod
&& rateCtrl->
idrPeriod
> 0) || (*frameNum > video->MaxFrameNum)) /* first frame or IDR*/
111
if (rateCtrl->
idrPeriod
)
113
encvid->modTimeRef += (uint32)(rateCtrl->
idrPeriod
* 1000 / rateCtrl->frame_rate);
114
*frameNum -= rateCtrl->
idrPeriod
;
[
all
...]
avcenc_int.h
221
int
idrPeriod
; /* IDR period in number of frames */
init.cpp
504
rateCtrl->
idrPeriod
= encParam->idr_period + 1;
[
all
...]
Completed in 136 milliseconds