OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameInc
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
56
int
frameInc
;
96
frameInc
= currFrameNum - encvid->prevProcFrameNum;
98
if (
frameInc
< rateCtrl->skip_next_frame + 1)
103
RCUpdateBuffer(video, rateCtrl,
frameInc
- rateCtrl->skip_next_frame); /* in case more frames dropped */
140
void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int
frameInc
)
149
if (
frameInc
> 1)
151
tmp = rateCtrl->bitsPerFrame * (
frameInc
- 1);
153
pMP->counter_BTsrc += 10 * (
frameInc
- 1);
[
all
...]
avcenc_lib.h
684
\param "
frameInc
" "Difference of the current frame number and previous frame number."
687
void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int
frameInc
);
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
[
all
...]
Completed in 620 milliseconds