OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mVideoFrameRate
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.h
72
int32_t
mVideoFrameRate
;
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.h
82
int32_t
mVideoFrameRate
;
/frameworks/av/include/media/stagefright/
CameraSource.h
150
int32_t
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 362 milliseconds