HomeSort by relevance Sort by last modified time
    Searched refs:int32Value (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/codec2/sfplugin/
ReflectedParamUpdater.cpp 46 int32_t int32Value;
56 (void)c2Value.get(&int32Value);
57 s << "c2::i32 " << it.first << " = " << int32Value;
89 } else if (it.second.find(&int32Value)) {
90 s << "int32_t " << it.first << " = " << int32Value;
388 int32_t int32Value;
396 if ((param->second.find(&c2Value) && c2Value.get(&int32Value))
397 || param->second.find(&int32Value)) {
398 work(name, desc, &int32Value, sizeof(int32Value));
    [all...]
CCodecConfig.cpp 119 int32_t int32Value;
123 if (item.find(&int32Value)) {
124 value = int32Value;
141 int32_t int32Value;
149 if (value.get(&int32Value)) {
150 item.set(int32Value);
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 233 *value = (float)item->u.int32Value;
254 *value = item->u.int32Value;
286 BASIC_TYPE(Int32,int32Value,int32_t)
566 "int32_t %s = %d", item.mName, item.u.int32Value);
674 item->u.int32Value = parcel.readInt32();
764 parcel->writeInt32(item.u.int32Value);
831 if (oitem == NULL || item.u.int32Value != oitem->u.int32Value) {
832 diff->setInt32(item.mName, item.u.int32Value);
953 case kTypeInt32: it.set(mItems[index].u.int32Value); break
    [all...]
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 319 prop->u.int32Value = value;
371 prop->u.int32Value += value;
376 prop->u.int32Value = value;
441 *value = prop->u.int32Value;
754 data->writeInt32(prop->u.int32Value);
853 "%s=%d:", prop->mName, prop->u.int32Value);
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 408 Integer int32Value = (Integer) value;
409 output.writeInt32NoTag(int32Value);
664 Integer int32Value = (Integer) value;
665 return CodedOutputByteBufferNano.computeInt32Size(fieldNumber, int32Value);
CodedOutputByteBufferNano.java     [all...]
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 243 int32_t int32Value;
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 130 text = ('{"int32Value": 20, '
174 text = u'{"int32Value": "\u0031"}'
190 '"int32Value": 0,'
340 ' "int32Value": 0,'
464 int32_value = wrappers_pb2.Int32Value()
471 ' "@type": \"type.googleapis.com/google.protobuf.Int32Value\",\n'
535 ' "@type": "type.googleapis.com/google.protobuf.Int32Value",\n'
545 json_format.Parse('{"int32Value": null, '
602 self.CheckError('{int32Value: 1}',
613 self.CheckError('{"int32Value": 1,\n"int32Value":2}'
    [all...]
  /frameworks/av/media/codec2/sfplugin/tests/
ReflectedParamUpdater_test.cpp 179 int32_t int32Value = 0;
184 EXPECT_EQ(true, c2Value.get(&int32Value));
185 EXPECT_EQ(12, int32Value);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
AMessage.h 278 int32_t int32Value;
  /frameworks/av/media/codec2/tests/
C2Param_test.cpp     [all...]

Completed in 2568 milliseconds