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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
SpatialAudio.cc 43 CHECK_ERROR(_acmLeft->RegisterTransportCallback(_channel));
44 CHECK_ERROR(_acmRight->RegisterTransportCallback(_channel));
98 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
111 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
112 CHECK_ERROR(_acmRight->RegisterSendCodec(codecInst));
120 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
121 CHECK_ERROR(_acmRight->RegisterSendCodec(codecInst));
131 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
136 CHECK_ERROR(_acmLeft->RegisterSendCodec(codecInst));
137 CHECK_ERROR(_acmRight->RegisterSendCodec(codecInst))
    [all...]
utility.h 20 #define CHECK_ERROR(f) \
iSACTest.cc 209 CHECK_ERROR(scanf("%d", &user_input));
212 CHECK_ERROR(scanf("%d", &user_input));
228 CHECK_ERROR(scanf("%d", &user_input));
231 CHECK_ERROR(scanf("%d", &user_input));
TestAllCodecs.cc 743 CHECK_ERROR(AudioCodingModule::Codec(codec_name, &my_codec_param,
747 CHECK_ERROR(my_acm->RegisterSendCodec(my_codec_param));
763 CHECK_ERROR(acm_a_->Add10MsData(audio_frame));
766 CHECK_ERROR(acm_a_->Process());
787 CHECK_ERROR(acm_b_->PlayoutData10Ms(out_freq_hz, &audio_frame));
utility.cc 122 CHECK_ERROR(AudioCodingModule::Codec((uint8_t )codecID, &codecInst));
APITest.cc 154 CHECK_ERROR(_acmB->RegisterReceiveCodec(dummyCodec));
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
xpointer.c 1226 CHECK_ERROR;
    [all...]
  /external/libxml2/
xpath.c     [all...]
xpointer.c 1226 CHECK_ERROR;
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpathInternals.h 235 * CHECK_ERROR:
239 #define CHECK_ERROR \
  /external/libxml2/include/libxml/
xpathInternals.h 235 * CHECK_ERROR:
239 #define CHECK_ERROR \

Completed in 403 milliseconds