HomeSort by relevance Sort by last modified time
    Searched refs:type_t (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/codec2/vndk/util/
C2InterfaceUtils.cpp 321 C2FieldSupportedValues::type_t _mType;
369 _mType(type_t::RANGE),
383 case type_t::EMPTY:
384 case type_t::VALUES:
386 case type_t::RANGE:
388 case type_t::FLAGS:
405 _mType = type_t::VALUES;
422 _mType = _mValues.isEmpty() ? type_t::EMPTY : type_t::VALUES;
425 case type_t::EMPTY
    [all...]
C2Debug.cpp 51 const char *asString(C2FieldDescriptor::type_t i, const char *def) {
241 C2FieldSupportedValues::type_t _mType;
  /frameworks/av/media/codec2/core/include/
C2Param.h 866 enum type_t : uint32_t {
878 inline static constexpr type_t TypeFor() {
885 inline static constexpr type_t typeFor() {
895 inline type_t type() const { return _mType; }
    [all...]
C2Component.h 37 enum type_t : uint32_t {
44 type_t _mType;
49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_)
64 inline type_t type() const { return _mType; }
    [all...]
C2Buffer.h 576 enum type_t : uint32_t {
589 type_t supportedTypes; ///< supported allocation types
    [all...]
  /frameworks/av/media/codec2/vndk/include/util/
C2Debug-param.h 28 C2_DECLARE_AS_STRING_AND_DEFINE_STREAM_OUT(C2FieldDescriptor::type_t)
C2InterfaceUtils.h 954 typedef C2FieldDescriptor::type_t type_t; ///< field type typedef in struct:C2FieldUtils::Info
961 type_t type() const;
    [all...]
  /external/tensorflow/tensorflow/java/src/gen/cc/
source_writer_test.cc 360 Type type_t = Type::Generic("T"); local
361 clazz.add_parameter(type_t);
366 clazz.add_supertype(Type::Class("SuperTest").add_parameter(type_t));
380 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); local
381 clazz.add_parameter(type_t);
384 Variable field3 = Variable::Create("field3", type_t);
427 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); local
428 clazz.add_parameter(type_t);
430 inner_class.add_parameter(type_t);
552 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")) local
577 Type type_t = Type::Generic("T").add_supertype(Type::Class("Number")); local
    [all...]
  /frameworks/av/media/codec2/vndk/internal/
C2BlockInternal.h 40 enum type_t : int {
45 virtual type_t getType() const = 0;
  /external/eigen/bench/
analyze-blocking-sizes.cpp 76 enum class type_t { class in struct:inputfile_t
84 type_t type;
88 , type(type_t::unknown)
99 if (type != type_t::unknown) {
103 type = type_t::all_pot_sizes;
107 if (type != type_t::unknown) {
111 type = type_t::default_sizes;
116 if (type == type_t::unknown) {
120 case type_t::all_pot_sizes: {
149 case type_t::default_sizes:
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3.h 224 type_t src_type, dst_type;
238 type_t type;
241 type_t type;
778 static inline type_t half_type(type_t type)
1011 ir3_MOV(struct ir3_block *block, struct ir3_instruction *src, type_t type)
1031 type_t src_type, type_t dst_type)
    [all...]
instr-a3xx.h 228 } type_t; typedef in typeref:enum:__anon33343
230 static inline uint32_t type_size(type_t type)
250 static inline int type_float(type_t type)
255 static inline int type_uint(type_t type)
260 static inline int type_sint(type_t type)
ir3_compiler_nir.c 868 type_t type = (alu->op == nir_op_imov) ? TYPE_U32 : TYPE_F32;
    [all...]
  /frameworks/av/media/codec2/components/base/
SimpleC2Interface.cpp 83 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR;
87 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR;
  /frameworks/av/services/audioflinger/
Threads.h 27 enum type_t { enum in class:ThreadBase
37 static const char *threadTypeToString(type_t type);
40 audio_devices_t outDevice, audio_devices_t inDevice, type_t type,
239 type_t type() const { return mType; }
484 const type_t mType;
    [all...]
Effects.h 164 ThreadBase::type_t mThreadType; // parent thread type
  /frameworks/av/media/codec2/sfplugin/
ReflectedParamUpdater.cpp 392 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type();
515 C2FieldDescriptor::type_t fieldType = desc.fieldDesc->type();
550 size_t valueSize = C2Value::SizeFor((C2Value::type_t)fieldType);
  /frameworks/av/media/codec2/tests/
C2ComponentInterface_test.cpp 364 case C2FieldSupportedValues::type_t::EMPTY: {
369 case C2FieldSupportedValues::type_t::RANGE: {
443 case C2FieldSupportedValues::type_t::VALUES: {
457 case C2FieldSupportedValues::type_t::FLAGS: {
C2SampleComponent_test.cpp 331 void dumpType(C2FieldDescriptor::type_t type) {
C2Param_test.cpp 98 const static FD::type_t TYPE = (FD::type_t)(CORE_INDEX | FD::STRUCT_FLAG);
262 using type_t=FD::type_t;
268 constexpr static type_t FlexType =
276 std::is_same<T, C2SizeStruct>::value ? C2SizeStruct::TYPE : (type_t)0;
    [all...]
  /frameworks/av/media/codec2/vndk/
C2Config.cpp 253 DEFINE_C2_ENUM_VALUE_CUSTOM_HELPER(C2BufferData::type_t, ({
C2Buffer.cpp 349 virtual type_t getType() const override {
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/utils/
types.cpp 159 LOG(DEBUG) << "Unrecognized C2FieldSupportedValues::type_t "
230 LOG(DEBUG) << "Unrecognized C2FieldSupportedValuesQuery::type_t "
242 C2FieldSupportedValuesQuery::type_t dType;
254 dType = static_cast<C2FieldSupportedValuesQuery::type_t>(s.type);
1168 enum type_t { enum in struct:android::hardware::media::c2::V1_0::utils::__anon50726::C2BaseBlock
    [all...]
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 382 void dumpType(const C2FieldDescriptor::type_t type) {
  /frameworks/av/media/codec2/vndk/platform/
C2BqBuffer.cpp 72 virtual type_t getType() const override {

Completed in 875 milliseconds

1 2