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

  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 103 #define STEREO 2
611 APP_EPRINT("Usage: test: [INFILE] [OUTFILE] [MONO/STEREO] [TESTCASE] [DASF/FILE] [SFREQ] [BITRATE] [OBJECTTYPE] [FRAMES] [IP_BUF] [OUT_BUF] [BITRATE] [FILEFORMAT] [ROBUSTNESS]\n");
709 /* check to see the STEREO/MONO mode */
715 else if(!strcmp("STEREO",argv[3]))
717 APP_IPRINT("%d :: APP: AAC: Encoding in Stereo Mode\n",__LINE__);
718 channel = STEREO;
891 /* Ensuring the propper value of buffers for STEREO mode */
892 if((channel == STEREO) && (numofoutbuff != 4))
894 APP_EPRINT ("%d :: App: WARNING: STEREO-Mode should use 4 output buffers \n",__LINE__);
    [all...]
  /external/bluetooth/bluez/sbc/
sbc.c 63 STEREO = SBC_MODE_STEREO,
77 /* bit number x set means joint stereo has been used in subband x */
250 } else if (frame->mode == STEREO || frame->mode == JOINT_STEREO) {
422 case STEREO:
439 if ((frame->mode == STEREO || frame->mode == JOINT_STEREO) &&
808 if ((frame->mode == STEREO || frame->mode == JOINT_STEREO) &&
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h 236 #define STEREO _STEREO(c)
409 unsigned int stereo:2; member in struct:detailed_timings

Completed in 72 milliseconds