Searched defs:code (Results 76 - 100 of 229) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dgc_pred.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
153 When the code is written for a specific target processor the
203 code = pointer to the innovative codebook vector; Q12 in MR122 mode,
256 The original etsi reference code uses a global flag Overflow. However, in the
263 Word16 *code, // i : innovative codebook vector (L_SUBFR)
278 * energy of code: *
280 * ener_code = sum(code[i]^2) *
282 ener_code = L_mac((Word32) 0, code[0], code[0]);
286 ener_code = L_mac(ener_code, code[
466 gc_pred( gc_predState *st, enum Mode mode, Word16 *code, Word16 *exp_gcode0, Word16 *frac_gcode0, Word16 *exp_en, Word16 *frac_en, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_en.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
95 code = CB innovation (unfiltered), buffer type Word16
126 frac_en[2]*2^exp_en[2] = <exc code> LTP/CB innovation dot product
148 Word16 code[], // i : CB innovation (unfiltered), Q13
189 // Compute scalar product <exc[],code[]>
190 s = L_mac((Word32) 0, exc[0], code[0]);
192 s = L_mac(s, exc[i], code[i]);
244 When the code is written for a specific target processor the
267 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
300 to have bit exact results with the pre-optimization code
264 calc_unfilt_energies( Word16 res[], Word16 exc[], Word16 code[], Word16 gain_pit, Word16 L_subfr, Word16 frac_en[], Word16 exp_en[], Word16 *ltpg, Flag *pOverflow ) argument
[all...]
H A Dgain_q.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
154 When the code is written for a specific target processor the
254 When the code is written for a specific target processor the
341 When the code is written for a specific target processor the
388 code -- Word16 array -- CB innovation (unfiltered), Q13
445 When the code is written for a specific target processor the
472 Word16 code[], /* i : CB innovation (unfiltered), Q13 */
523 /* (note that code[] is unsharpened in MR475) */
527 code,
584 /* (note that code[] i
467 gainQuant( gainQuantState *st, enum Mode mode, Word16 res[], Word16 exc[], Word16 code[], Word16 xn[], Word16 xn2[], Word16 y1[], Word16 Y2[], Word16 g_coeff[], Word16 even_subframe, Word16 gp_limit, Word16 *sf0_gain_pit, Word16 *sf0_gain_cod, Word16 *gain_pit, Word16 *gain_cod, Word16 **anap, Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dvlc_encode.cpp151 uint code, len; local
163 code = ((TotalCoeff - 1) << 2) | (TrailingOnes);
167 code = 3;
169 status = BitstreamWriteBits(stream, 6, code);
187 code = totCoeffTrailOne[vlcnum][TrailingOnes][TotalCoeff][1];
188 status = BitstreamWriteBits(stream, len, code);
205 uint code, len; local
208 code = totCoeffTrailOneChrom[TrailingOnes][TotalCoeff][1];
209 status = BitstreamWriteBits(stream, len, code);
254 int len, code; local
282 int len, code; local
318 int len, code; local
[all...]
/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp46 void MtpDataPacket::setOperationCode(MtpOperationCode code) { argument
47 MtpPacket::putUInt16(MTP_CONTAINER_CODE_OFFSET, code);
H A DMtpPacket.cpp119 void MtpPacket::setContainerCode(uint16_t code) { argument
120 putUInt16(MTP_CONTAINER_CODE_OFFSET, code);
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java77 * @param code HTTP Status code. See RFC 2616.
82 int code,
80 status(int major_version, int minor_version, int code, String reason_phrase) argument
/frameworks/base/core/java/android/nfc/
H A DErrorCodes.java28 public static boolean isError(int code) { argument
29 if (code < 0) {
36 public static String asString(int code) { argument
37 switch (code) {
/frameworks/base/core/java/android/os/
H A DIBinder.java87 * The first transaction code available for user commands.
91 * The last transaction code available for user commands.
96 * IBinder protocol transaction code: pingBinder().
101 * IBinder protocol transaction code: dump internal state.
106 * IBinder protocol transaction code: interrogate the recipient side
112 * IBinder protocol transaction code: send a tweet to the target
119 * across the platform. To support older code, the default implementation
130 * IBinder protocol transaction code: tell an app asynchronously that the
205 * @param code The action to perform. This should
216 public boolean transact(int code, Parce argument
[all...]
/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java37 int code; field in class:AsyncPlayer.Command
45 return "{ code=" + code + " looping=" + looping + " stream=" + stream
92 switch (cmd.code) {
166 cmd.code = PLAY;
188 cmd.code = STOP;
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java36 // MTP property code
37 int code; field in class:MtpPropertyGroup.Property
43 Property(int code, int type, int column) { argument
44 this.code = code;
91 private Property createProperty(int code, ArrayList<String> columns) { argument
95 switch (code) {
188 Log.e(TAG, "unsupported property " + code);
194 return new Property(code, type, columns.size() - 1);
196 return new Property(code, typ
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNativeDaemonEvent.java39 private NativeDaemonEvent(int cmdNumber, int code, String message, argument
42 mCode = code;
109 private static boolean isClassUnsolicited(int code) { argument
110 return code >= 600 && code < 700;
114 * Verify this event matches the given code.
118 public void checkCode(int code) { argument
119 if (mCode != code) {
120 throw new IllegalStateException("Expected " + code + " but was: " + this);
138 final int code;
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java28 * Describes the cause of a disconnected call. This always includes a code describing the generic
79 * @param code The code for the disconnect cause.
81 public DisconnectCause(int code) { argument
82 this(code, null, null, null, ToneGenerator.TONE_UNKNOWN);
88 * @param code The code for the disconnect cause.
91 public DisconnectCause(int code, String reason) { argument
92 this(code, null, null, reason, ToneGenerator.TONE_UNKNOWN);
99 * @param code Th
103 DisconnectCause(int code, CharSequence label, CharSequence description, String reason) argument
116 DisconnectCause(int code, CharSequence label, CharSequence description, String reason, int toneToPlay) argument
[all...]
/frameworks/native/cmds/service/
H A Dservice.cpp131 int32_t code = atoi(argv[optind++]); local
248 service->transact(code, data, &reply);
259 aerr << "service: No code specified for call" << endl;
/frameworks/native/libs/binder/
H A DIServiceManager.cpp190 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
193 switch(code) {
227 return BBinder::onTransact(code, data, reply, flags);
189 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/services/surfaceflinger/
H A DClient.cpp89 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
105 return BnSurfaceComposerClient::onTransact(code, data, reply, flags);
88 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java30 public int code; field in class:SuppServiceNotification
65 + " code: " + code
/frameworks/av/camera/
H A DICameraService.cpp72 // Binder should be handling this code inside Parcel::readException
322 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
324 switch(code) {
494 return BBinder::onTransact(code, data, reply, flags);
321 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIProCameraUser.cpp200 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
202 switch(code) {
247 // return code: requestId (int32)
318 return BBinder::onTransact(code, data, reply, flags);
199 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp319 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
321 switch(code) {
342 // return code: requestId (int32)
494 return BBinder::onTransact(code, data, reply, flags);
318 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/common_time/
H A DICommonClock.cpp237 status_t BnCommonClock::onTransact(uint32_t code, argument
241 switch(code) {
392 return BBinder::onTransact(code, data, reply, flags);
420 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
421 switch(code) {
430 return BBinder::onTransact(code, data, reply, flags);
419 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICommonTimeConfig.cpp324 status_t BnCommonTimeConfig::onTransact(uint32_t code, argument
328 switch(code) {
505 return BBinder::onTransact(code, data, reply, flags);
/frameworks/av/media/libmedia/
H A DIAudioTrack.cpp205 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
207 switch (code) {
291 return BBinder::onTransact(code, data, reply, flags);
204 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DICrypto.cpp171 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
172 switch (code) {
315 return BBinder::onTransact(code, data, reply, flags);
170 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
H A DIHDCP.cpp172 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
173 switch (code) {
196 return BBinder::onTransact(code, data, reply, flags);
201 uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) {
202 switch (code) {
321 return BBinder::onTransact(code, data, reply, flags);
171 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument
200 onTransact( uint32_t code, const Parcel &data, Parcel *reply, uint32_t flags) argument

Completed in 1353 milliseconds

12345678910