OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audioCodecIDX
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
71
int
audioCodecIDX
= 0;
895
if ( AUDIO_ENCODER_LIST_END != audioCodecs[
audioCodecIDX
].type ) {
954
if ( AUDIO_ENCODER_LIST_END != audioCodecs[
audioCodecIDX
].type ) {
955
if ( recorder->setAudioEncoder(audioCodecs[
audioCodecIDX
].type) < 0 ) {
[
all
...]
camera_test_script.cpp
51
extern int
audioCodecIDX
;
428
audioCodecIDX
= i;
[
all
...]
Completed in 25 milliseconds