Searched refs:OPUS_GET_PACKET_LOSS_PERC (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/include/
H A Dopus_defines.h504 * @see OPUS_GET_PACKET_LOSS_PERC
513 #define OPUS_GET_PACKET_LOSS_PERC(x) OPUS_GET_PACKET_LOSS_PERC_REQUEST, __opus_check_int_ptr(x) macro
/external/libopus/include/
H A Dopus_defines.h504 * @see OPUS_GET_PACKET_LOSS_PERC
513 #define OPUS_GET_PACKET_LOSS_PERC(x) OPUS_GET_PACKET_LOSS_PERC_REQUEST, __opus_check_int_ptr(x) macro
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1308 err=opus_encoder_ctl(enc,OPUS_GET_PACKET_LOSS_PERC((opus_int32 *)NULL));
1311 CHECK_SETGET(OPUS_SET_PACKET_LOSS_PERC(i),OPUS_GET_PACKET_LOSS_PERC(&i),-1,101,
1314 " OPUS_GET_PACKET_LOSS_PERC .................... OK.\n")
/external/libopus/tests/
H A Dtest_opus_api.c1308 err=opus_encoder_ctl(enc,OPUS_GET_PACKET_LOSS_PERC((opus_int32 *)NULL));
1311 CHECK_SETGET(OPUS_SET_PACKET_LOSS_PERC(i),OPUS_GET_PACKET_LOSS_PERC(&i),-1,101,
1314 " OPUS_GET_PACKET_LOSS_PERC .................... OK.\n")

Completed in 129 milliseconds