OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodingMode
(Results
1 - 14
of
14
) 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/include/
isacfix.h
95
* -
CodingMode
: 0 - Bit rate and frame length are automatically
107
int16_t
CodingMode
);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
isac.h
106
* -
CodingMode
: 0 -> Bit rate and frame length are
120
int16_t
CodingMode
);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c
276
* -
CodingMode
: 0 -> Bit rate and frame length are automatically
288
int16_t
CodingMode
)
301
if (
CodingMode
== 0)
304
else if (
CodingMode
== 1)
312
ISAC_inst->
CodingMode
=
CodingMode
;
421
ISAC_inst->
CodingMode
);
499
ISAC_inst->
CodingMode
);
[
all
...]
encode.c
37
int16_t
CodingMode
)
107
if (
CodingMode
== 0) {
111
if (
CodingMode
== 0 && frame_mode == 0 && (ISACenc_obj->enforceFrameSize == 0)) {
414
if (
CodingMode
== 0 && (ISACenc_obj->enforceFrameSize == 0)) {
425
if(
CodingMode
== 0)
codec.h
46
int16_t
CodingMode
);
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
...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp
39
CodingMode
codingMode
= mCodingMode;
89
codingMode
= CodingJPEG;
94
codingMode
= CodingJPS;
99
codingMode
= CodingMPO;
108
codingMode
= CodingJPEG;
114
codingMode
= CodingJPEG;
144
if (pixFormat != cap->mColorFormat ||
codingMode
!= mCodingMode) {
147
mCodingMode =
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 621 milliseconds