HomeSort by relevance Sort by last modified time
    Searched refs:AUDIO_ENCODER_LIST_END (Results 1 - 4 of 4) sorted by null

  /frameworks/av/include/media/
mediarecorder.h 81 AUDIO_ENCODER_LIST_END // must be the last - used to validate the audio encoder type
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 295 { AUDIO_ENCODER_LIST_END, "disabled"},
895 if ( AUDIO_ENCODER_LIST_END != audioCodecs[audioCodecIDX].type ) {
954 if ( AUDIO_ENCODER_LIST_END != audioCodecs[audioCodecIDX].type ) {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 216 if (ae < AUDIO_ENCODER_DEFAULT || ae >= AUDIO_ENCODER_LIST_END) {
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 152 ae >= AUDIO_ENCODER_LIST_END) {
    [all...]

Completed in 3084 milliseconds