OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iFramesInterval
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
OMXCodec.cpp
893
static OMX_U32 setPFramesSpacing(int32_t
iFramesInterval
, int32_t frameRate) {
894
if (
iFramesInterval
< 0) {
896
} else if (
iFramesInterval
== 0) {
899
OMX_U32 ret = frameRate *
iFramesInterval
- 1;
1004
int32_t
iFramesInterval
, frameRate, bitRate;
1007
success = success && meta->findInt32(kKeyIFramesInterval, &
iFramesInterval
);
1020
h263type.nPFrames = setPFramesSpacing(
iFramesInterval
, frameRate);
[
all
...]
ACodec.cpp
[
all
...]
Completed in 286 milliseconds