OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMinBufferCount
(Results
1 - 4
of
4
) sorted by null
/frameworks/media/libvideoeditor/lvpp/
VideoEditorPlayer.cpp
303
int VideoEditorPlayer::VeAudioOutput::
mMinBufferCount
= 4;
326
mMinBufferCount
= 4;
338
return
mMinBufferCount
;
389
if (bufferCount <
mMinBufferCount
) {
391
bufferCount,
mMinBufferCount
);
392
bufferCount =
mMinBufferCount
;
VideoEditorPlayer.h
83
static int
mMinBufferCount
; // 12 for emulator; otherwise 4
/frameworks/base/media/libmediaplayerservice/
MediaPlayerService.cpp
208
/* static */ int MediaPlayerService::AudioOutput::
mMinBufferCount
= 4;
[
all
...]
MediaPlayerService.h
120
static int
mMinBufferCount
; // 12 for emulator; otherwise 4
Completed in 74 milliseconds