HomeSort by relevance Sort by last modified time
    Searched refs:UCHAR (Results 226 - 250 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxsap.h 31 UCHAR ServiceName[48];
ntddpsch.h 24 UCHAR Stats[1];
wsrm.h 89 UCHAR FECGroupSize;
ntddndis.h 32 UCHAR Data[1];
44 UCHAR Type;
45 UCHAR Revision;
615 typedef UCHAR NDIS_802_11_MAC_ADDRESS[6];
697 UCHAR KeyMaterial[1];
710 UCHAR KeyMaterial[1];
730 typedef UCHAR NDIS_802_11_RATES[NDIS_802_11_LENGTH_RATES];
731 typedef UCHAR NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX];
735 UCHAR Ssid[NDIS_802_11_LENGTH_SSID];
741 UCHAR Reserved[2]
    [all...]
clfs.h 79 UCHAR ubMajorVersion;
80 UCHAR ubMinorVersion;
sqltypes.h 86 typedef unsigned char UCHAR;
87 typedef UCHAR *PUCHAR;
tcpestats.h 71 UCHAR WinScaleRcvd;
139 UCHAR WinScaleSent;
tdh.h 228 UCHAR Id;
229 UCHAR Version;
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 59 typedef unsigned char UCHAR;
60 typedef UCHAR *PUCHAR;
  /external/aac/libSBRdec/src/
env_calc.cpp 171 UCHAR *freqBandTable,
179 UCHAR sinePresentFlag,
180 UCHAR sineMapped,
193 UCHAR *ptrHarmIndex,
227 /*static*/ void mapSineFlags(UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
229 UCHAR *addHarmonics, /*!< vector with 1 flag per sfb */
516 UCHAR* borders = hFrameData->frameInfo.borders;
527 UCHAR first_start = borders[0] * hHeaderData->timeStep;
538 UCHAR smooth_length = 0;
612 UCHAR start_pos = hHeaderData->timeStep * borders[i]; /* Start-position in time (subband sample) for cu (…)
    [all...]
lpp_tran.cpp 167 UCHAR nInvfBands, /*!< Number of bands for inverse filtering */
721 UCHAR hiBand = loBand + patchParam[patch].targetBandOffs;
761 UCHAR *v_k_master, /*!< Master table */
766 UCHAR *noiseBandTable, /*!< Mapping of SBR noise bands to QMF bands */
806 static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction)
840 UCHAR highBandStartSb, /*!< High band area: start subband */
841 UCHAR *v_k_master, /*!< Master table *
    [all...]
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 104 static void cumSum(INT start_value, INT* diff, INT length, UCHAR *start_adress);
409 UCHAR *v_k_master,
583 cumSum(INT start_value, INT* diff, INT length, UCHAR *start_adress)
621 UCHAR *h_hires,
623 UCHAR *v_k_master,
667 FDKsbrEnc_UpdateLoRes(UCHAR * h_lores, INT *num_lores, UCHAR * h_hires, INT num_hires)
code_env.cpp 335 const UCHAR * hufftableLevel,
336 const UCHAR * hufftableBalance, INT coupling, INT channel)
345 const UCHAR * hufftableLevel,
346 const UCHAR * hufftableBalance, INT coupling, INT channel)
435 const UCHAR *hufftableLevelTimeL;
436 const UCHAR *hufftableBalanceTimeL;
437 const UCHAR *hufftableLevelFreqL;
438 const UCHAR *hufftableBalanceFreqL;
  /external/aac/libAACdec/src/
channel.cpp 111 UCHAR groupMask = 1 << group;
113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
202 UCHAR *pCodeBook = pAacDecoderChannelInfo->pDynData->aCodeBook;
235 const UCHAR numberOfChannels,
320 pAacDecoderChannelInfo[ch]->pDynData->RawDataInfo.GlobalGain = (UCHAR) FDKreadBits(hBs,8);
aacdec_drc.cpp 248 self->params.applyDigitalNorm = (UCHAR)value;
257 if (self->params.applyHeavyCompression != (UCHAR)value) {
268 self->params.applyHeavyCompression = (UCHAR)value;
602 UCHAR compressionOn, compressionValue;
608 compressionOn = (UCHAR)FDKreadBits(bs, 1); /* compression_on */
609 compressionValue = (UCHAR)FDKreadBits(bs, 8); /* Compression_value */
670 UCHAR pceInstanceTag,
671 UCHAR channelMapping[], /* Channel mapping translating drcChannel index to canonical channel index */
939 UCHAR drcVal = pDrcChData->drcValue[band];
    [all...]
  /external/chromium_org/url/
url_canon_path.cc 178 template<typename CHAR, typename UCHAR>
187 UCHAR uch = static_cast<UCHAR>(spec[i]);
296 template<typename CHAR, typename UCHAR>
311 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 560 typedef UCHAR KIRQL, *PKIRQL;
604 UCHAR Level;
605 UCHAR Associativity;
616 UCHAR Flags;
627 UCHAR Flags;
628 UCHAR Reserved[21];
635 UCHAR Reserved[20];
640 UCHAR Level;
641 UCHAR Associativity;
645 UCHAR Reserved[20]
    [all...]
video.h 181 UCHAR DmaShareable;
182 UCHAR InterruptShareable;
217 UCHAR RangeInIoSpace;
218 UCHAR RangeVisible;
219 UCHAR RangeShareable;
220 UCHAR RangePassive;
350 UCHAR Data);
355 UCHAR Data);
592 IN UCHAR AccessMode,
599 IN UCHAR AccessMode
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 152 UCHAR userTns; /*!< Use TNS coding. */
153 UCHAR userPns; /*!< Use PNS coding. */
154 UCHAR userIntensity; /*!< Use Intensity coding. */
157 UCHAR userTpSignaling; /*!< Extension AOT signaling mode. */
158 UCHAR userTpNsubFrames; /*!< Number of sub frames in a transport frame for LOAS/LATM or ADTS (default 1). */
159 UCHAR userTpAmxv; /*!< AudioMuxVersion to be used for LATM (default 0). */
160 UCHAR userTpProtection;
161 UCHAR userTpHeaderPeriod; /*!< Parameter used to configure LATM/LOAS SMC rate. Moreover this parameters is
164 UCHAR userErTools; /*!< Use VCB11, HCR and/or RVLC ER tool. */
167 UCHAR userMetaDataMode; /*!< Meta data library configuration. *
    [all...]
  /development/host/windows/usb/api/
adb_legacy_endpoint_object.cpp 31 UCHAR endpoint_id,
32 UCHAR endpoint_index)
  /external/chromium_org/base/win/
event_trace_provider.h 21 typedef UCHAR EtwEventType;
22 typedef UCHAR EtwEventLevel;
  /external/chromium_org/third_party/webrtc/voice_engine/
voice_engine_defines.h 264 #define UCHAR unsigned char
324 #define UCHAR unsigned char
  /external/lzma/CPP/Common/
MyWindows.h 18 typedef unsigned char UCHAR;
159 UCHAR bVal;
  /external/aac/libFDK/include/
qmf.h 173 UCHAR p_stride; /*!< Stride Factor of polyphase filters */
  /external/chromium_org/base/process/
process_handle_win.cc 109 (DWORD)(UCHAR)(*GetSidSubAuthorityCount(token_label->Label.Sid)-1));

Completed in 993 milliseconds

1 2 3 4 5 6 7 8 91011>>