OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:number_of_10ms_blocks
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/cast/audio_receiver/
audio_decoder_unittest.cc
70
int
number_of_10ms_blocks
= 4;
local
75
EXPECT_FALSE(audio_decoder_->GetRawAudioFrame(
number_of_10ms_blocks
,
86
EXPECT_TRUE(audio_decoder_->GetRawAudioFrame(
number_of_10ms_blocks
,
128
int
number_of_10ms_blocks
= 2;
local
133
EXPECT_TRUE(audio_decoder_->GetRawAudioFrame(
number_of_10ms_blocks
,
153
EXPECT_TRUE(audio_decoder_->GetRawAudioFrame(
number_of_10ms_blocks
,
197
int
number_of_10ms_blocks
= 2;
local
202
EXPECT_TRUE(audio_decoder_->GetRawAudioFrame(
number_of_10ms_blocks
,
audio_receiver.h
40
int
number_of_10ms_blocks
;
member in struct:media::cast::DecodedAudioCallbackData
58
void GetRawAudioFrame(int
number_of_10ms_blocks
,
89
void DecodeAudioFrameThread(int
number_of_10ms_blocks
,
Completed in 376 milliseconds