OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CodingMode
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c
89
int16_t
CodingMode
;
179
CodingMode
= 0;
184
CodingMode
= 1;
209
if (
CodingMode
== 0) {
290
WebRtcIsac_EncoderInit(ISAC_main_inst,
CodingMode
);
292
if (
CodingMode
== 1) {
307
WebRtcIsac_EncoderInit(ISAC_main_inst,
CodingMode
);
309
if (
CodingMode
== 1) {
320
WebRtcIsacfix_EncoderInit(ISACFIX_main_inst,
CodingMode
);
322
if (
CodingMode
== 1)
[
all
...]
kenny.cc
104
int16_t
CodingMode
;
235
CodingMode
= 0;
242
CodingMode
= 1;
377
bottleneck = atoi(argv[
CodingMode
+1]);
379
sscanf(argv[
CodingMode
+1], "%s", bottleneck_file);
408
if (
CodingMode
== 0) {
493
WebRtcIsacfix_EncoderInit(ISAC_main_inst,
CodingMode
);
499
if (
CodingMode
== 1) {
535
err = WebRtcIsacfix_EncoderInit(ISAC_main_inst,
CodingMode
);
644
if (
CodingMode
== 1)
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc
48
int16_t
CodingMode
;
183
CodingMode
= 0;
223
CodingMode
= 1;
388
if (
CodingMode
== 0) {
496
if (WebRtcIsac_EncoderInit(ISAC_main_inst,
CodingMode
) < 0) {
504
if (
CodingMode
== 1) {
517
if ((setControlBWE) && (
CodingMode
== 0)) {
560
err = WebRtcIsac_EncoderInit(ISAC_main_inst,
CodingMode
);
681
if (
CodingMode
== 1) {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
structs.h
360
int16_t
CodingMode
; /* 0 = adaptive; 1 = instantaneous */
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
232
enum
CodingMode
[
all
...]
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h
232
enum
CodingMode
[
all
...]
/external/opencv3/3rdparty/include/dshow/
strmif.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h
[
all
...]
Completed in 310 milliseconds