Searched defs:code (Results 26 - 50 of 277) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dvoicefac.c32 Word16 code[], /* (i) Q9 : Fixed codebook excitation */
33 Word16 gain_code, /* (i) Q0 : gain of code */
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
28 voice_factor( Word16 exc[], Word16 Q_exc, Word16 gain_pit, Word16 code[], Word16 gain_code, Word16 L_subfr ) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.h39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) argument
62 *code = stream->curr_word >> (32 - nbits);
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) argument
78 *code = stream->curr_word >> 17;
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) argument
92 *code
97 uint code; local
112 uint code; local
[all...]
/frameworks/av/media/mtp/
H A DMtpDebug.cpp23 uint16_t code; member in struct:android::CodeEntry
371 static const char* getCodeName(uint16_t code, const CodeEntry* table) { argument
374 if (entry->code == code)
381 const char* MtpDebug::getOperationCodeName(MtpOperationCode code) { argument
382 return getCodeName(code, sOperationCodes);
385 const char* MtpDebug::getFormatCodeName(MtpObjectFormat code) { argument
386 if (code == 0)
388 return getCodeName(code, sFormatCodes);
391 const char* MtpDebug::getObjectPropCodeName(MtpPropertyCode code) { argument
397 getDevicePropCodeName(MtpPropertyCode code) argument
[all...]
/frameworks/av/radio/
H A DIRadioClient.cpp58 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
60 switch(code) {
69 return BBinder::onTransact(code, data, reply, flags);
57 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/soundtrigger/
H A DISoundTriggerClient.cpp79 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
81 switch(code) {
104 return BBinder::onTransact(code, data, reply, flags);
78 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/webkit/
H A DPluginData.java28 * status code. The PluginData class is the container for all these
54 * The associated HTTP response code.
65 * @param length The HTTP response status code.
76 int code) {
80 mStatusCode = code;
129 * Returns the HTTP status code for the response.
131 * @return The HTTP statue code, e.g 200.
72 PluginData( InputStream stream, long length, Map<String, String[]> headers, int code) argument
/frameworks/base/libs/storage/
H A DIMountServiceListener.cpp42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
44 switch(code) {
62 return BBinder::onTransact(code, data, reply, flags);
41 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMountShutdownObserver.cpp37 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
39 switch(code) {
48 return BBinder::onTransact(code, data, reply, flags);
36 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIObbActionListener.cpp42 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
44 switch(code) {
55 return BBinder::onTransact(code, data, reply, flags);
41 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64CA53Erratum843419Stub2.cpp64 ErratumSequence code; local
65 pFragRef.memcpy(&code, AArch64InsnHelpers::InsnSize * 4, 0);
67 if (AArch64CA53Erratum843419Stub::isErratum843419Sequence(code.insns[0],
68 code.insns[1],
69 code.insns[3])) {
/frameworks/native/libs/binder/
H A DIAppOpsCallback.cpp53 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
55 switch(code) {
65 return BBinder::onTransact(code, data, reply, flags);
52 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaResourceMonitor.cpp45 status_t BnMediaResourceMonitor::onTransact( uint32_t code, const Parcel& data, Parcel* reply, argument
47 switch(code) {
56 return BBinder::onTransact(code, data, reply, flags);
H A DIResultReceiver.cpp52 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
54 switch(code) {
65 return BBinder::onTransact(code, data, reply, flags);
51 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIShellCallback.cpp60 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 switch(code) {
82 return BBinder::onTransact(code, data, reply, flags);
59 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp64 status_t BnDisplayEventConnection::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
66 if (code < IBinder::FIRST_CALL_TRANSACTION || code > static_cast<uint32_t>(Tag::LAST)) {
67 return BBinder::onTransact(code, data, reply, flags);
69 auto tag = static_cast<Tag>(code);
H A DIProducerListener.cpp66 status_t BnProducerListener::onTransact(uint32_t code, const Parcel& data, argument
68 switch (code) {
78 return BBinder::onTransact(code, data, reply, flags);
/frameworks/native/libs/vr/libvr_manager/
H A Dvr_manager.cpp44 status_t BnVrStateCallbacks::onTransact(uint32_t code, const Parcel& data, argument
46 switch(code) {
53 return BBinder::onTransact(code, data, reply, flags);
79 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
80 switch(code) {
87 return BBinder::onTransact(code, data, reply, flags);
78 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libaaudio/src/binding/
H A DAAudioServiceMessage.h52 enum class code : uint32_t { class in struct:aaudio::AAudioServiceMessage_s
58 code what;
H A DIAAudioService.cpp33 * The order of parameters in the Parcels must match with code in AAudioService.cpp.
236 // The order of parameters in the Parcels must match with code in BpAAudioService
238 status_t BnAAudioService::onTransact(uint32_t code, const Parcel& data, argument
247 ALOGV("BnAAudioService::onTransact(%i) %i", code, flags);
250 switch(code) {
351 // ALOGW("BnAAudioService::onTransact not handled %u", code);
352 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libaudioclient/
H A DIAudioRecord.cpp74 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 switch (code) {
90 return BBinder::onTransact(code, data, reply, flags);
73 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libmedia/
H A DIRemoteDisplayClient.cpp74 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
76 switch (code) {
100 return BBinder::onTransact(code, data, reply, flags);
73 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dd_gain_c.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
61 code[] = pointer to innovation codevector of type Word16
101 When the code is written for a specific target processor the
194 Word16 code[], /* i : innovation codevector */
217 gc_pred(pred_state, mode, code, &exp, &frac,
190 d_gain_code( gc_predState *pred_state, enum Mode mode, Word16 index, Word16 code[], Word16 *gain_code, Flag *pOverflow ) argument
H A Ddec_gain.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
45 Description: Added fixes to the code as per review comments. Removed nested
112 code[] = pointer to innovative vector of type Word16
120 gain_cod = pointer to code gain of type Word16
160 When the code is written for a specific target processor the
185 Word16 code[], /* i : Innovative vector. */
275 gc_pred(pred_state, mode, code, &exp, &frac, NULL, NULL, pOverflow);
181 Dec_gain( gc_predState *pred_state, enum Mode mode, Word16 index, Word16 code[], Word16 evenSubfr, Word16 * gain_pit, Word16 * gain_cod, Flag * pOverflow ) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcbsearch.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
67 code[] -- array of type Word16 -- Innovative codebook, Q13
107 When the code is written for a specific target processor the
192 Word16 code[], /* o : Innovative codebook, Q13 */
219 code,
234 code,
249 code,
264 code,
307 code,
315 * - Add the pitch contribution to code[]
184 cbsearch(Word16 x[], Word16 h[], Word16 T0, Word16 pitch_sharp, Word16 gain_pit, Word16 res2[], Word16 code[], Word16 y[], Word16 **anap, enum Mode mode, Word16 subNr, Flag *pOverflow) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dphase_dispersion.cpp22 ANSI-C code for the Adaptive Multi-Rate - Wideband (AMR-WB) speech codec
47 int16 gain_code, (i) Q0 : gain of code
49 int16 code[], (i/o) : code vector
152 int16 gain_code, /* (i) Q0 : gain of code */
154 int16 code[], /* (i/o) : code vector */
230 if (code[i] != 0)
234 code2[i + j] = add_int16(code2[i + j], mult_int16_r(code[i], ph_imp_low[j]));
243 if (code[
151 phase_dispersion( int16 gain_code, int16 gain_pit, int16 code[], int16 mode, int16 disp_mem[], int16 ScratchMem[] ) argument
[all...]

Completed in 332 milliseconds

1234567891011>>