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

  /frameworks/av/media/codec2/sfplugin/
ReflectedParamUpdater.cpp 49 uint64_t uint64Value;
73 (void)c2Value.get(&uint64Value);
74 s << "c2::u64 " << it.first << " = " << uint64Value;
78 (void)c2Value.get((c2_cntr64_t*)&uint64Value);
79 s << "c2::c64 " << it.first << " = " << uint64Value;
CCodecConfig.cpp 144 uint64_t uint64Value;
156 } else if (value.get(&uint64Value) && uint64Value <= uint64_t(INT64_MAX)) {
158 item.set((int64_t)uint64Value);
    [all...]
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 404 Long uint64Value = (Long) value;
405 output.writeUInt64NoTag(uint64Value);
661 Long uint64Value = (Long) value;
662 return CodedOutputByteBufferNano.computeUInt64Size(fieldNumber, uint64Value);
CodedOutputByteBufferNano.java     [all...]
  /frameworks/av/media/codec2/tests/
C2Param_test.cpp     [all...]

Completed in 1076 milliseconds