OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTimePerCaptureUs
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/omx/
GraphicBufferSource.h
139
int64_t
mTimePerCaptureUs
; // the time (us) between two frames for capture
334
int64_t
mTimePerCaptureUs
;
GraphicBufferSource.cpp
145
mTimePerCaptureUs
(-1ll),
778
if (
mTimePerCaptureUs
> 0ll) {
786
int64_t nFrames = (timeUs +
mTimePerCaptureUs
/ 2 - mPrevCaptureUs)
787
/
mTimePerCaptureUs
;
793
mPrevCaptureUs = mPrevCaptureUs + nFrames *
mTimePerCaptureUs
;
[
all
...]
OMXNodeInstance.cpp
[
all
...]
/frameworks/av/include/media/stagefright/
ACodec.h
301
int64_t
mTimePerCaptureUs
;
/frameworks/av/media/libstagefright/
ACodec.cpp
523
mTimePerCaptureUs
(-1ll),
[
all
...]
Completed in 389 milliseconds