Searched defs:value (Results 51 - 75 of 789) sorted by path

1234567891011>>

/frameworks/av/media/libstagefright/
H A DUtils.cpp588 char value[PROPERTY_VALUE_MAX]; local
589 property_get("ro.build.version.release", value, "Unknown");
590 ua.append(value);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.cpp127 CDrcPresModeWrapper::setParam(const DRC_PRES_MODE_WRAP_PARAM param, const int value) argument
131 mDesTarget = value;
134 mDesAttFactor = value;
137 mDesBoostFactor = value;
140 mDesHeavy = value;
143 mEncoderTarget = value;
H A DSoftAAC2.cpp38 #define DRC_DEFAULT_MOBILE_ENC_LEVEL -1 /* encoder target level; -1 => the value is unknown, otherwise dB step value (e.g. 64 for -16 dB) */
154 char value[PROPERTY_VALUE_MAX]; local
156 if (property_get(PROP_DRC_OVERRIDE_REF_LEVEL, value, NULL)) {
157 unsigned refLevel = atoi(value);
165 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) {
166 unsigned cut = atoi(value);
174 if (property_get(PROP_DRC_OVERRIDE_BOOST, value, NULL)) {
175 unsigned boost = atoi(value);
183 if (property_get(PROP_DRC_OVERRIDE_HEAVY, value, NUL
404 char value[PROPERTY_VALUE_MAX]; local
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c66 * 32 bit long signed integer (Word32) whose value falls in the *
153 * 32 bit long signed integer (Word32) whose value falls in the *
159 * 16 bit positive normalized integer whose value falls in the *
162 * 16 bit positive integer whose value falls in the *
168 * 32 bit long signed integer (Word32) whose value falls in the *
207 iLog4(x) = (Word32)(4 * log(value)/log(2.0))
209 \return ilog4 value
212 Word16 iLog4(Word32 value) argument
216 if(value != 0){
219 iLog4 = norm_l(value);
245 rsqrt(Word32 value, Word32 accuracy) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dbits2prm.cpp83 no_of_bits = number of bits associated with value
119 Word16 no_of_bits, // input : number of bits associated with value
123 Word16 value, i, bit;
125 value = 0;
128 value = shl (value, 1);
131 value = add (value, 1);
133 return (value);
163 Word16 no_of_bits, /* input : number of bits associated with value */
167 Word16 value; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dprm2bits.cpp91 value = value to be converted to binary of type Word16
92 no_of_bits = number of bits associated with value of type Word16
128 Word16 value, // input : value to be converted to binary
129 Word16 no_of_bits, // input : number of bits associated with value
139 bit = value & MASK;
148 value = shr (value, 1);
179 Word16 value, /* inpu
178 Int2bin( Word16 value, Word16 no_of_bits, Word16 *bitstream ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dget_amr_wb_bits.cpp121 int16 value = 0; local
126 value <<= 2;
130 value |= 2;
135 value |= 1;
142 value <<= 1;
146 value |= 1;
151 return (value);
157 int16 value = 0; local
161 value = 1;
163 return (value);
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c188 Word16 value, /* input : parameter value */
197 bit = (Word16) (value & 0x0001); /* get lsb */
202 value >>= 1;
187 Parm_serial( Word16 value, Word16 no_of_bits, Word16 ** prms ) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp224 int H = 0, V = 0, tmp, value; local
356 value = factor_c >> 5;
358 CLIP_RESULT(value)
359 word1 = value;
360 value = factor_c >> 5;
362 CLIP_RESULT(value)
363 word1 = (word1) | (value << 8);
364 value = factor_c >> 5;
366 CLIP_RESULT(value)
367 word1 = (word1) | (value << 1
1379 int H, V, value; local
[all...]
H A Dresidual.cpp158 int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; local
295 value = level[i];
296 absvalue = (value >= 0) ? value : -value;
300 if (value > 0) value--;
301 else value++;
305 if (value >= 0)
312 value
[all...]
H A Dvlc_encode.cpp32 AVCEnc_Status se_v(AVCEncBitstream *bitstream, int value) argument
37 if (value <= 0)
39 codeNum = -value * 2;
43 codeNum = value * 2 - 1;
51 AVCEnc_Status te_v(AVCEncBitstream *bitstream, uint value, uint range) argument
57 return ue_v(bitstream, value);
61 status = BitstreamWrite1Bit(bitstream, 1 - value);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c708 * the total value will be invalid */
757 void H264SwDecMemset(void *ptr, i32 value, u32 count) argument
759 memset(ptr, value, count);
H A DEvaluationTestBench.c346 void H264SwDecMemset(void *ptr, i32 value, u32 count) argument
348 memset(ptr, value, count);
H A DH264SwDecApi.c93 void H264SwDecMemset(void *ptr, i32 value, u32 count) { argument
94 memset(ptr, value, count);
H A DTestBenchMultipleInstance.c446 void H264SwDecMemset(void *ptr, i32 value, u32 count) argument
448 memset(ptr, value, count);
H A Dh264bsd_cavlc.c50 * of certain decoded symbol value and the length of the corresponding variable
52 * 4 bits symbol value (bits [4,7]) along with four bits to represent length
74 * If there is a 0x0000 value, it means that there is not corresponding VLC
324 #define BUFFER_INIT(value, bits) \
327 value = h264bsdShowBits32(pStrmData); \
332 #define BUFFER_SHOW(value, bits, outVal, numBits) \
338 value = h264bsdShowBits32(pStrmData); \
341 (outVal) = value >> (32 - (numBits)); \
345 #define BUFFER_FLUSH(value, bits, numBits) \
347 value <<
400 u32 value; local
543 u32 value = 0x0; local
665 u32 value = 0x0; local
[all...]
H A Dh264bsd_macroblock_layer.c140 u32 tmp, i, value; local
155 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
159 if ((value + 6) > 31 || tmp != HANTRO_OK)
161 pMbLayer->mbType = (mbType_e)(value + 6);
165 if ((value + 1) > 31 || tmp != HANTRO_OK)
167 pMbLayer->mbType = (mbType_e)(value + 1);
184 value = h264bsdGetBits(pStrmData, 8);
185 if (value == END_OF_STREAM)
187 *level++ = (i32)value;
209 tmp = h264bsdDecodeExpGolombMapped(pStrmData, &value,
359 u32 tmp, i, j, value; local
447 u32 tmp, i, j, value; local
[all...]
H A Dh264bsd_pic_param_set.c94 u32 tmp, i, value; local
139 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
142 pPicParamSet->numSliceGroups = value + 1;
170 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
173 pPicParamSet->runLength[i] = value+1;
188 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
191 pPicParamSet->topLeft[i] = value;
192 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
195 pPicParamSet->bottomRight[i] = value;
208 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
[all...]
H A Dh264bsd_seq_param_set.c50 /* enumeration to indicate invalid return value from the GetDpbSize function */
88 u32 tmp, i, value; local
138 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
141 if (value > 12)
147 pSeqParamSet->maxFrameNum = 1 << (value+4);
150 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
153 if (value > 2)
158 pSeqParamSet->picOrderCntType = value;
163 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
166 if (value > 1
[all...]
H A Dh264bsd_slice_header.c104 u32 tmp, i, value; local
121 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
124 pSliceHeader->firstMbInSlice = value;
125 if (value >= picSizeInMbs)
131 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
134 pSliceHeader->sliceType = value;
146 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
149 pSliceHeader->picParameterSetId = value;
174 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
177 pSliceHeader->idrPicId = value;
476 u32 tmp, value, i; local
580 u32 tmp, value; local
737 u32 tmp, value; local
800 u32 tmp, value, i; local
876 u32 tmp, value, i; local
961 u32 tmp, value, i; local
1061 u32 tmp, value, i; local
1169 u32 tmp, value, i; local
1273 u32 tmp, value, i; local
1409 u32 tmp, value, i; local
[all...]
H A Dh264bsd_util.c66 right-aligned, last bit of the code word in the lsb of the value.
69 value code word
80 u32 h264bsdCountLeadingZeros(u32 value, u32 length) argument
92 while (mask && !(value & mask))
H A Dh264bsd_vlc.c50 /* definition of special code num, this along with the return value is used
81 2^32-1 is indicated by BIG_CODE_NUM with return value HANTRO_OK
82 while symbol 2^32 is indicated by BIG_CODE_NUM with return value
88 DecodeExpGolombSigned to express value -2^31.
214 by unsigned 32-bit value. This is signaled as a special case from
222 value decoded code word is stored here
230 u32 h264bsdDecodeExpGolombSigned(strmData_t *pStrmData, i32 *value) argument
240 ASSERT(value);
255 *value = (i32)(2147483648U);
263 * (codeNum+1)>>1 when value i
300 h264bsdDecodeExpGolombMapped(strmData_t *pStrmData, u32 *value, u32 isIntra) argument
363 h264bsdDecodeExpGolombTruncated( strmData_t *pStrmData, u32 *value, u32 greaterThanOne) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s25 value RN 0 label
45 CLZ value, value
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdCountLeadingZeros.S24 #define value r0 define
44 CLZ value, value
/frameworks/av/media/libstagefright/foundation/
H A DParsedMessage.cpp47 bool ParsedMessage::findString(const char *name, AString *value) const {
54 value->clear();
59 *value = mDict.valueAt(index);
63 bool ParsedMessage::findInt32(const char *name, int32_t *value) const {
71 *value = strtol(stringValue.c_str(), &end, 10);
74 *value = 0;
131 AString &value = mDict.editValueAt(lastDictIndex); local
132 value.append(line);
233 const AString &value = mDict.valueAt(i); local
241 line.append(value);
252 GetAttribute( const char *s, const char *key, AString *value) argument
282 GetInt32Attribute( const char *s, const char *key, int32_t *value) argument
[all...]

Completed in 274 milliseconds

1234567891011>>