Searched refs:code (Results 151 - 175 of 332) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM_Bitstream.c207 /* No code match found */
221 * Pack a VLC code word into the bitstream
233 * [in] codeLength Length of the code word valid range 1...32
295 * Pack a VLC code word into the bitstream
305 * [in] code VLC code word that need to be inserted in to the
323 ARM_VLC32 code
326 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM_Bitstream.c207 /* No code match found */
221 * Pack a VLC code word into the bitstream
233 * [in] codeLength Length of the code word valid range 1...32
295 * Pack a VLC code word into the bitstream
305 * [in] code VLC code word that need to be inserted in to the
323 ARM_VLC32 code
326 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM_Bitstream.c207 /* No code match found */
221 * Pack a VLC code word into the bitstream
233 * [in] codeLength Length of the code word valid range 1...32
295 * Pack a VLC code word into the bitstream
305 * [in] code VLC code word that need to be inserted in to the
323 ARM_VLC32 code
326 return (armPackBits(ppBitStream, pBitOffset, code.codeWord, code.codeLen));
/frameworks/base/core/java/android/util/
H A DEventLog.java42 * event-log-tags file defines the payload contents for each type code.
98 /** @return the type tag code of the entry */
156 * @param tag The event type tag code
164 * @param tag The event type tag code
172 * @param tag The event type tag code
180 * @param tag The event type tag code
196 * Get the name associated with an event type tag code.
197 * @param tag code to look up
206 * Get the event type tag code associated with an event name.
208 * @return the tag code, o
[all...]
/frameworks/base/core/jni/android/graphics/
H A DMovie.cpp13 #define TRACE_BITMAP(code) code
15 #define TRACE_BITMAP(code)
/frameworks/native/include/utils/
H A DTextOutput.h83 inline TypeCode(uint32_t code);
161 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { } argument
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java65 protected boolean onTransact(int code, Parcel data, Parcel reply,
67 //Log.i("ServiceTest", "Received code " + code + " in state " + mStartState);
68 if (code == STARTED_CODE) {
87 } else if (code == DESTROYED_CODE) {
95 } else if (code == UNBIND_CODE) {
105 } else if (code == REBIND_CODE) {
114 return super.onTransact(code, data, reply, flags);
/frameworks/av/include/common_time/
H A DICommonClock.h37 virtual status_t onTransact(uint32_t code, const Parcel& data,
102 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp69 * executing boot class Java code and thereby deny ourselves access to
101 virtual void onExit(int code) argument
108 AndroidRuntime::onExit(code);
/frameworks/native/include/binder/
H A DIPCThreadState.h62 uint32_t code, const Parcel& data,
96 uint32_t code,
H A DIServiceManager.h90 virtual status_t onTransact( uint32_t code,
/frameworks/base/services/java/com/android/server/
H A DMountService.java138 * Internal vold response code constants
756 public boolean onEvent(int code, String raw, String[] cooked) { argument
769 if (code == VoldResponseCode.VolumeStateChange) {
778 } else if ((code == VoldResponseCode.VolumeDiskInserted) ||
779 (code == VoldResponseCode.VolumeDiskRemoved) ||
780 (code == VoldResponseCode.VolumeBadRemoval)) {
806 if (code == VoldResponseCode.VolumeDiskInserted) {
820 } else if (code == VoldResponseCode.VolumeDiskRemoved) {
835 } else if (code == VoldResponseCode.VolumeBadRemoval) {
845 Slog.e(TAG, String.format("Unknown code {
[all...]
/frameworks/av/include/media/
H A DIAudioTrack.h97 virtual status_t onTransact( uint32_t code,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
208 When the code is written for a specific target processor the
375 When the code is written for a specific target processor the
562 Word16 code[L_SUBFR];
709 * - decode algebraic code *
837 decode_2i40_9bits (subfrNr, i, index, code);
846 decode_2i40_11bits (i, index, code);
855 decode_3i40_14bits (i, index, code);
864 decode_4i40_17bits (i, index, code);
870 dec_8i40_31bits (parm, code);
1360 Word16 code[L_SUBFR]; local
[all...]
/frameworks/base/core/java/android/content/
H A DIntentSender.java95 * @param resultCode The final result code determined by the send.
142 * @param code Result code to supply back to the IntentSender's target.
156 public void sendIntent(Context context, int code, Intent intent, argument
158 sendIntent(context, code, intent, onFinished, handler, null);
168 * @param code Result code to supply back to the IntentSender's target.
187 public void sendIntent(Context context, int code, Intent intent, argument
194 int res = mTarget.send(code, intent, resolvedType,
/frameworks/ex/carousel/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h81 virtual status_t onTransact(uint32_t code, const Parcel& data,
/frameworks/native/services/surfaceflinger/
H A DClient.h63 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
/frameworks/support/v13/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v7/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp65 #define _(code) case code: return #code;
85 #define _(code, msg) case code: return msg;
99 #define _(code, msg) case code: return msg;
/frameworks/base/tools/aapt/
H A DResource.cpp215 ResXMLTree::event_code_t code; local
216 while ((code=block.next()) != ResXMLTree::START_TAG
217 && code != ResXMLTree::END_DOCUMENT
218 && code != ResXMLTree::BAD_DOCUMENT) {
222 if (code != ResXMLTree::START_TAG) {
244 while ((code=block.next()) != ResXMLTree::END_DOCUMENT
245 && code != ResXMLTree::BAD_DOCUMENT) {
246 if (code == ResXMLTree::START_TAG) {
553 ResXMLTree::event_code_t code; local
554 while ((code
1350 ResXMLTree::event_code_t code; local
1634 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 local
1883 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 local
2320 ResXMLTree::event_code_t code; local
2423 ResXMLTree::event_code_t code; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dc3_14pf.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
134 code[] Array of type Word16 -- Innovative codebook
155 The code length is 40, containing 3 nonzero pulses: i0...i2.
182 When the code is written for a specific target processor the
208 Word16 code[], /* o : Innovative codebook */
276 code,
284 * Include fixed-gain pitch contribution into code[]. *
293 code[i - T0],
297 code[i] =
299 code[
202 code_3i40_14bits( Word16 x[], Word16 h[], Word16 T0, Word16 pitch_sharp, Word16 code[], Word16 y[], Word16 * sign, Flag * pOverflow ) argument
[all...]
H A Dc4_17pf.cpp22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
145 code[] Array of type Word16 -- Innovative codebook
165 The code length is 40, containing 4 nonzero pulses: i0...i3.
192 When the code is written for a specific target processor the
218 Word16 code[], /* o : Innovative codebook */
286 code,
294 * Include fixed-gain pitch contribution into code[]. *
305 code[i - T0],
309 code[i] =
311 code[
212 code_4i40_17bits( Word16 x[], Word16 h[], Word16 T0, Word16 pitch_sharp, Word16 code[], Word16 y[], Word16 * sign, Flag * pOverflow ) argument
[all...]

Completed in 8826 milliseconds

1234567891011>>