Searched refs:str (Results 1 - 25 of 232) sorted by path

12345678910

/frameworks/av/camera/
H A DCameraParameters.cpp250 char str[16]; local
251 sprintf(str, "%d", value);
252 set(key, str);
257 char str[16]; // 14 should be enough. We overestimate to be safe. local
258 snprintf(str, sizeof(str), "%g", value);
259 set(key, str);
291 static int parse_pair(const char *str, int *first, int *second, char delim, argument
296 int w = (int)strtol(str, &end, 10);
299 ALOGE("Cannot find delimeter (%c) in str
343 char str[32]; local
373 char str[32]; local
422 char str[32]; local
[all...]
/frameworks/av/include/media/
H A DAudioEffect.h387 static status_t stringToGuid(const char *str, effect_uuid_t *guid);
391 static status_t guidToString(const effect_uuid_t *guid, char *str, size_t maxLen);
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c60 static void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len);
61 static int stringToUuid(const char *str, effect_uuid_t *uuid);
62 static int uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen);
231 char str[256]; local
232 dumpEffectDescriptor(pDescriptor, str, 256);
233 ALOGV("EffectQueryEffect() desc:%s", str);
673 void dumpEffectDescriptor(effect_descriptor_t *desc, char *str, size_t len) { argument
676 snprintf(str, len, "\nEffect Descriptor %p:\n", desc);
677 strncat(str, "- TYPE: ", len);
679 snprintf(str, le
691 stringToUuid(const char *str, effect_uuid_t *uuid) argument
713 uuidToString(const effect_uuid_t *uuid, char *str, size_t maxLen) argument
[all...]
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp427 status_t AudioEffect::stringToGuid(const char *str, effect_uuid_t *guid) argument
429 if (str == NULL || guid == NULL) {
435 if (sscanf(str, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
453 status_t AudioEffect::guidToString(const effect_uuid_t *guid, char *str, size_t maxLen) argument
455 if (guid == NULL || str == NULL) {
459 snprintf(str, maxLen, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
H A DAudioParameter.cpp38 char *str = new char[keyValuePairs.length()+1]; local
41 strcpy(str, keyValuePairs.string());
42 char *pair = strtok(str, ";");
64 delete[] str;
74 String8 str = String8(""); local
78 str += mParameters.keyAt(i);
79 str += "=";
80 str += mParameters.valueAt(i);
81 if (i < (size - 1)) str += ";";
83 return str;
99 char str[12]; local
110 char str[23]; local
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1088 char str[9]; local
1091 snprintf(str, 5, "%c%.2d.", sign, wholePart);
1093 snprintf(str, 5, "%+.2d.", wholePart);
1101 snprintf(&str[4], 5, "%.4d", fractionalPart);
1104 write(str, 1, 8);
1113 char str[10]; local
1116 snprintf(str, 6, "%c%.3d.", sign, wholePart);
1118 snprintf(str, 6, "%+.3d.", wholePart);
1126 snprintf(&str[5], 5, "%.4d", fractionalPart);
1129 write(str,
[all...]
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp55 const std::string& str) {
73 "%s:%d: %s", file, line, str.c_str());
50 logMessageHandler( int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DAutoCorrelation_v5.s89 str r0, [r7, #0]
112 str r8, [r13, #8]
113 str r7, [r13, #4]
156 str r14, [r7, +r8, lsl #2]
H A DCalcWindowEnergy_v5.s50 str r8, [r13, #4]
51 str r0, [r13, #8]
52 str r3, [r13, #12]
92 str r6, [r4, #72]
94 str r7, [r4, #136]
100 str r10, [r0, #168]
101 str r11, [r0, #172]
H A DR4R8First_v5.s131 str r6, [sp]
132 str r7, [sp, #4]
134 str r8, [sp, #8]
135 str r9, [sp, #12]
137 str r2, [sp, #16]
138 str r3, [sp, #20]
140 str r0, [sp, #24]
141 str r1, [sp, #28]
H A DRadix4FFT_v5.s39 str r0, [sp]
40 str r1, [sp, #4]
41 str r2, [sp, #8]
42 str r3, [sp, #12]
49 str r10, [sp, #16]
53 str r11, [sp, #20]
79 str r2, [sp, #24]
80 str r3, [sp, #28]
H A Dband_nrg_v5.s70 str r14, [r3, +r4, lsl #2]
78 str r9, [r12, #0]
107 str r3, [r13, #4]
108 str r4, [r13, #8]
109 str r12, [r13, #12]
110 str r14, [r13, #16]
187 str r6, [r8, +r4, lsl #2]
188 str r7, [r9, +r4, lsl #2]
197 str r12, [r8, #0]
198 str r1
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp303 void* str; local
330 str = (void*)Strength; //de-ref type-punned pointer fix
331 if (*((uint32*)str)) // only if one of the 4 Strength bytes is != 0
437 str = (void*)Strength; //de-ref type-punned pointer fix
438 if (*((uint32*)str)) // only if one of the 4 Strength bytes is != 0
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_gcc.s56 str r2,[sp,#0x14]
65 str r3,[sp]
87 str r4,[sp,#4]
95 str lr,[sp,#0x10]
112 str r9,[sp,#0xc]
115 str r9,[sp,#0x18]
120 str r9,[sp,#8]
140 str r8,[r0]
143 str r8,[r0,#0x20]
148 str r
[all...]
H A Dpvmp3_dct_9_arm.s77 str r7,[r0, #0x18]
79 str r10,[r0]
128 str r2,[r0,#8]
134 str r7,[r0,#0x20]
148 str r8,[r0, #0x10]
160 str r6,[r0, #4]
161 str lr,[r0, #0xc]
173 str lr,[r0, #0x14]
184 str r1,[r0, #0x1c]
H A Dpvmp3_dct_9_gcc.s66 str r7,[r0, #0x18]
68 str r10,[r0,#0]
117 str r2,[r0,#8]
123 str r7,[r0,#0x20]
137 str r8,[r0, #0x10]
149 str r6,[r0, #4]
150 str lr,[r0, #0xc]
162 str lr,[r0, #0x14]
173 str r1,[r0, #0x1c]
H A Dpvmp3_mdct_18_arm.s85 str r9,[r0],#4
89 str lr,[r1],#-4
101 str r0,[r5,#0x40]
104 str r0,[r5,#0x38]
107 str r1,[r5,#0x30]
110 str r12,[r5,#0x28]
112 str r12,[r5,#0x20]
114 str r12,[r5,#0x18]
116 str r12,[r5,#0x10]
118 str r1
[all...]
H A Dpvmp3_mdct_18_gcc.s83 str r9,[r0],#4
87 str lr,[r1],#-4
99 str r0,[r5,#0x40]
102 str r0,[r5,#0x38]
105 str r1,[r5,#0x30]
108 str r12,[r5,#0x28]
110 str r12,[r5,#0x20]
112 str r12,[r5,#0x18]
114 str r12,[r5,#0x10]
116 str r1
[all...]
H A Dpvmp3_mdct_18_wm.asm83 str r9,[r0],#4
87 str lr,[r1],#-4
99 str r0,[r5,#0x40]
102 str r0,[r5,#0x38]
105 str r1,[r5,#0x30]
108 str r12,[r5,#0x28]
110 str r12,[r5,#0x20]
112 str r12,[r5,#0x18]
114 str r12,[r5,#0x10]
116 str r1
[all...]
H A Dpvmp3_polyphase_filter_window_arm.s56 str r2,[sp]
H A Dpvmp3_polyphase_filter_window_gcc.s56 str r2,[sp]
H A Dpvmp3_polyphase_filter_window_wm.asm51 str r2,[sp]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
55 #define armWarn(str) {printf((str)); printf("\n");}
60 #define armError(str) ((void) (str))
61 #define armWarn(str) ((void) (str))
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM.h54 #define armError(str) {printf((str)); printf("\n"); exit(-1);}
55 #define armWarn(str) {printf((str)); printf("\n");}
60 #define armError(str) ((void) (str))
61 #define armWarn(str) ((void) (str))
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S34 str r9, [r0, #0]

Completed in 242 milliseconds

12345678910