OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVideoFrameRate
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h
72
int32_t
mVideoFrameRate
;
SoftMPEG4Encoder.cpp
86
mVideoFrameRate
(30),
131
mEncParams->encFrameRate[0] =
mVideoFrameRate
;
142
mEncParams->tickPerSrc = mEncParams->timeIncRes /
mVideoFrameRate
;
172
(mIDRFrameRefreshIntervalInSec *
mVideoFrameRate
);
257
def.format.video.xFramerate = (
mVideoFrameRate
<< 16); // Q16 format
485
mVideoFrameRate
= def->format.video.xFramerate >> 16;
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h
82
int32_t
mVideoFrameRate
;
SoftAVCEncoder.cpp
178
mVideoFrameRate
(30),
275
mEncParams->frame_rate = 1000 *
mVideoFrameRate
; // In frames/ms!
298
(mIDRFrameRefreshIntervalInSec *
mVideoFrameRate
);
395
def.format.video.xFramerate = (
mVideoFrameRate
<< 16); // Q16 format
594
mVideoFrameRate
= def->format.video.xFramerate >> 16;
[
all
...]
/frameworks/av/include/media/stagefright/
CameraSource.h
150
int32_t
mVideoFrameRate
;
/frameworks/av/media/libstagefright/
CameraSource.cpp
164
mVideoFrameRate
(-1),
452
mVideoFrameRate
= frameRateActual;
551
int64_t glitchDurationUs = (1000000LL /
mVideoFrameRate
);
565
mMeta->setInt32(kKeyFrameRate,
mVideoFrameRate
);
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
135
private int
mVideoFrameRate
= 0;
678
if (pos ==
mVideoFrameRate
) return;
681
mVideoFrameRate
= pos;
[
all
...]
Completed in 931 milliseconds