Home
last modified time | relevance | path

Searched defs:sub_type (Results 1 – 23 of 23) sorted by relevance

/third_party/ffmpeg/libavformat/
Davs.c93 AvsBlockType type, int sub_type, int size, in avs_read_video_packet()
153 int sub_type = 0, size = 0; in avs_read_packet() local
/third_party/boost/boost/geometry/algorithms/detail/
Dsub_range.hpp88 >::type sub_type; typedef
/third_party/openh264/codec/common/inc/
Dwels_common_defs.h321 #define IS_SUB_8x8(sub_type) (((sub_type)&SUB_MB_TYPE_8x8) != 0) argument
322 #define IS_SUB_8x4(sub_type) (((sub_type)&SUB_MB_TYPE_8x4) != 0) argument
323 #define IS_SUB_4x8(sub_type) (((sub_type)&SUB_MB_TYPE_4x8) != 0) argument
324 #define IS_SUB_4x4(sub_type) (((sub_type)&SUB_MB_TYPE_4x4) != 0) argument
/third_party/ffmpeg/libavcodec/
Davs.c58 AvsVideoSubType sub_type; in avs_decode_frame() local
Dcavsdec.c784 enum cavs_sub_mb sub_type[4]; in decode_mb_b() local
Dg2meet.c1057 int sub_type; in kempf_decode_tile() local
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudiocommon.c313 gst_core_audio_open_device (GstCoreAudio * core_audio, OSType sub_type, in gst_core_audio_open_device()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp335 auto sub_type = type; in GetLocationsForVariable() local
Dvalidate_memory.cpp1191 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local
/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp327 auto sub_type = type; in GetLocationsForVariable() local
Dvalidate_memory.cpp1185 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp335 auto sub_type = type; in GetLocationsForVariable() local
Dvalidate_memory.cpp1191 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local
/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc288 util::StatusOr<const google::protobuf::Type*> sub_type = in GetMapValueType() local
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.cpp143 gst_dshow_check_mediatype (AM_MEDIA_TYPE * media_type, const GUID sub_type, in gst_dshow_check_mediatype()
/third_party/boost/boost/icl/
Dinterval_base_set.hpp60 typedef SubType sub_type; typedef in boost::icl::interval_base_set
Dinterval_base_map.hpp70 typedef SubType sub_type; typedef in boost::icl::interval_base_map
/third_party/toybox/toys/pending/
Ddhcp6.c367 uint16_t sub_type = ntohs(*((uint16_t*)(t))); in parse_ia_na() local
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1333 uint8_t sub_type, /**< subtype of the string */ in jerry_debugger_send_string()
/third_party/gettext/gettext-tools/src/
Dx-perl.c584 int sub_type; /* for token_type_string, token_type_symbol */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp4204 typedef std::vector<string_pair<std::string>> sub_type; typedef
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py386 def __infer__(self, sub_type, type_): argument
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp6819 auto &sub_type = get<SPIRType>(result_type.parent_type); in emit_tessellation_io_load() local