OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITRATE_AVERAGE_WINDOW
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
25
#define
BITRATE_AVERAGE_WINDOW
4
26
#define FRAMERATE_SCALE ((
BITRATE_AVERAGE_WINDOW
-1)*10000L)
261
int32 nBitsPerVop[
BITRATE_AVERAGE_WINDOW
];
262
uint32 prevTimestamp[
BITRATE_AVERAGE_WINDOW
];
pvdec_api.cpp
772
for (idx = 0; idx <
BITRATE_AVERAGE_WINDOW
; idx++)
776
sum = (sum * video->frameRate) / (10 *
BITRATE_AVERAGE_WINDOW
);
[
all
...]
Completed in 10 milliseconds