OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crcEnabled
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h
218
int32
crcEnabled
;
/frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp
114
mConfig->
crcEnabled
= false;
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp
259
if ((computed_crc != sent_crc) && pExt->
crcEnabled
)
Completed in 1128 milliseconds