/external/v4l2_codec2/vda/ |
D | v4l2_video_decode_accelerator.cc | 75 int32_t input_id); 81 const int32_t input_id; member 88 int32_t input_id) in BitstreamBufferRef() argument 93 input_id(input_id) {} in BitstreamBufferRef() 96 if (input_id >= 0) { in ~BitstreamBufferRef() 99 base::Bind(&Client::NotifyEndOfBitstreamBuffer, client, input_id)); in ~BitstreamBufferRef() 104 : at_device(false), address(NULL), length(0), bytes_used(0), input_id(-1) {} in InputRecord() 513 decoder_delay_bitstream_buffer_id_ = bitstream_record->input_id; in DecodeTask() 543 if (decoder_delay_bitstream_buffer_id_ == buffer_ref->input_id) { in DecodeBufferTask() 554 << decoder_current_bitstream_buffer_->input_id in DecodeBufferTask() [all …]
|
D | v4l2_video_decode_accelerator.h | 178 int32_t input_id; // triggering input_id as given to Decode(). member
|
/external/kernel-headers/original/uapi/linux/ |
D | uinput.h | 68 struct input_id id; 225 struct input_id id;
|
D | input.h | 58 struct input_id { struct 129 #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | memory_optimizer.cc | 893 const NodeDef* node, int input_id, const MutableGraphView& view, in FindSwapOutTrigger() argument 899 swap.port_id = input_id; in FindSwapOutTrigger() 1130 for (int64 input_id : val.list().i()) { in SwappingPass() local 1131 swap_info.inputs_to_swap.push_back(input_id); in SwappingPass() 1134 int64 input_id = val.i(); in SwappingPass() local 1135 swap_info.inputs_to_swap.push_back(input_id); in SwappingPass() 1155 for (int64 input_id : swap_info.inputs_to_swap) { in SwappingPass() local 1156 const OpInfo::TensorProperties& t = props[input_id]; in SwappingPass() 1195 for (int input_id : swap_info.inputs_to_swap) { in SwappingPass() local 1196 string input_name = strings::StrCat(node->name(), ":", input_id); in SwappingPass() [all …]
|
/external/syzkaller/sys/linux/ |
D | uinput.txt | 34 input_id { 43 id input_id 52 id input_id
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | edit.py | 126 [input_id for input_id, input_t in enumerate(consumers_sgv.inputs)
|
/external/strace/tests-m32/ |
D | ioctl_evdev-success.c | 72 struct input_id *id = ptr; in print_input_id() 170 TAIL_ALLOC_OBJECT_CONST_PTR(struct input_id, id); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_evdev-success.c | 72 struct input_id *id = ptr; in print_input_id() 170 TAIL_ALLOC_OBJECT_CONST_PTR(struct input_id, id); in main()
|
/external/strace/tests/ |
D | ioctl_evdev-success.c | 72 struct input_id *id = ptr; in print_input_id() 170 TAIL_ALLOC_OBJECT_CONST_PTR(struct input_id, id); in main()
|
/external/v8/src/compiler/ |
D | escape-analysis-reducer.cc | 172 for (int input_id : {kFrameStateOuterStateInput, kFrameStateFunctionInput, in ReduceDeoptState() 175 Node* input = node->InputAt(input_id); in ReduceDeoptState() 177 input_id); in ReduceDeoptState()
|
/external/strace/ |
D | evdev.c | 151 struct input_id id; in getid_ioctl()
|
D | ChangeLog | 28579 evdev.c: fix decoding of struct input_id.
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 80 const int input_id = node->inputs->data[0]; in IsHybridOperator() local 82 const TfLiteType input_type = context->tensors[input_id].type; in IsHybridOperator()
|
/external/libxml2/include/libxml/ |
D | parser.h | 312 int input_id; /* we need to label inputs */ member
|
/external/libxml2/ |
D | parserInternals.c | 1381 input->id = ctxt->input_id++; in xmlNewInputStream() 1761 ctxt->input_id = 1; in xmlInitParserCtxt()
|
D | parser.c | 13375 ctxt->input_id = oldctxt->input_id + 1; in xmlParseBalancedChunkMemoryInternal() 13629 ctxt->input_id = 2; in xmlParseInNodeContext() 13842 ctxt->input_id = 2; in xmlParseBalancedChunkMemoryRecover() 14007 ctxt->input_id = pctx->input_id + 1; in xmlCreateEntityParserCtxtInternal()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 2050 uint input_id; in permute_ps_inputs() local 2056 input_id = native_idx++; in permute_ps_inputs() 2057 swap_native_registers(c, etna_native_temp(input_id), in permute_ps_inputs()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 423 unsigned struct_input_id_sz = sizeof(struct input_id);
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 327 d input_id like(xmlCint) Label inputs ?
|