HomeSort by relevance Sort by last modified time
    Searched full:codingmode (Results 1 - 22 of 22) 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/SwitchingSampRate/
SwitchingSampRate.cc 97 short codingMode = readSwitch(argc, argv, myFlag);
116 if(codingMode == 1)
130 (codingMode == 1)? "Channel-Independent (Instantaneous)":"Adaptive");
163 codingMode) < 0)
172 if(codingMode != 0)
318 if(codingMode == 0)
339 // if((numPrint[senderIdx] == 4) && (codingMode == 0))
342 // if(codingMode == 0)
  /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/main/source/
isac.c 114 if ((instISAC->codingMode == 0) &&
330 * - CodingMode : 0 -> Bit rate and frame length are automatically
342 int16_t codingMode,
352 if ((codingMode == 1) || (sampRate == kIsacSuperWideband)) {
419 int16_t codingMode) {
423 if ((codingMode != 0) && (codingMode != 1)) {
441 instISAC->codingMode = codingMode;
451 status = EncoderInitLb(&instISAC->instLB, codingMode,
    [all...]
codec.h 46 int16_t codingMode,
structs.h 457 int16_t codingMode;
encode.c 182 int16_t codingMode,
256 if ((codingMode == 0) && (frame_mode == 0) &&
518 if (codingMode == 0 && (ISACencLB_obj->enforceFrameSize == 0)) {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
codec.h 46 int16_t CodingMode);
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)
structs.h 360 int16_t CodingMode; /* 0 = adaptive; 1 = instantaneous */
  /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/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 67 int16_t codingMode = 1;
162 codingMode = readSwitch(argc, argv, "-I");
228 (codingMode == 1) ? "Channel-Independent" : "Channel-Adaptive");
252 if (WebRtcIsac_EncoderInit(ISAC_main_inst, codingMode) < 0) {
270 if (codingMode == 1) {
  /hardware/intel/common/libmix/mix_video/src/
mixvideo.h 91 * @decodeMode: Current decode mode of the device. This value is valid only when @codingMode equals #MIX_CODING_ENCODE.
  /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);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 232 enum CodingMode
    [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 232 enum CodingMode
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 179 * @decodeMode: Current decode mode of the device. This value is valid only when @codingMode equals #MIX_CODING_DECODE.
  /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 663 milliseconds