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

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 40 uint8_t update_data; member in struct:segmentation
  /external/autotest/server/cros/
host_lock_manager_unittest.py 186 update_data={'locked': True, 'lock_reason': 'Test'})
203 update_data={'locked': False})
218 update_data={'locked': True,
host_lock_manager.py 168 update_data=kwargs)
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 24 seg->update_data = 1;
30 seg->update_data = 0;
268 seg->update_data = 0;
vp9_encoder.c 542 seg->update_data = 1;
945 seg->update_data = 0;
958 seg->update_data = 0;
    [all...]
vp9_bitstream.c 788 vpx_wb_write_bit(wb, seg->update_data);
789 if (seg->update_data) {
    [all...]
vp9_encodeframe.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
ValidCheckingInfoObject.py 275 self.update_data()
277 def update_data(self): member in class:VAR_CHECK_PCD_VALID_LIST
302 self.update_data()
304 def update_data(self): member in class:VAR_CHECK_PCD_VALID_RANGE
  /libcore/tools/docs/crypto/
update_crypto_support_test.py 24 return update_crypto_support.update_data(
update_crypto_support.py 169 def update_data(prev_data, current_data, name_dict, api_level, date): function
262 new_data = update_data(prev_data,
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ops.cc 71 TF_ASSIGN_OR_RETURN(llvm::Value * update_data,
73 output_array.EmitWriteArrayElement(output_index, update_data, ir_builder);
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 820 segmentation.update_data = false;
838 segmentation.update_data = reader_.ReadBool();
839 if (segmentation.update_data) {
vp9_parser.h 91 bool update_data; member in struct:media::Vp9SegmentationParams
v4l2_slice_video_decode_accelerator.cc     [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 402 def modify_hosts(host_filter_data, update_data):
423 @param update_data: A dictionary with the changes to make to the hosts.
425 update_data = update_data.copy()
426 rpc_utils.check_modify_host(update_data)
435 rpc_utils.check_modify_host_locking(host, update_data)
437 if not update_data.get('force_modify_locking', False):
448 if update_data.get('locked', None) and 'lock_time' not in update_data:
449 update_data['lock_time'] = datetime.datetime.now(
    [all...]
rpc_utils.py 382 def check_modify_host(update_data):
386 @param update_data: A dictionary with the changes to make to a host
392 if 'status' in update_data:
397 def check_modify_host_locking(host, update_data):
403 @param update_data: A dictionary with the changes to make to the host.
405 locked = update_data.get('locked', None)
406 lock_reason = update_data.get('lock_reason', None)
    [all...]
rpc_interface_unittest.py     [all...]
  /external/webp/src/enc/
syntax_enc.c 193 const int update_data = 1; local
196 if (VP8PutBitUniform(bw, update_data)) {
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.cpp 122 struct update_data { struct
    [all...]
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 122 struct update_data { struct
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
dynamic_ops_test.cc 484 std::unique_ptr<GlobalData> update_data = CreateR3Parameter<T>( local
491 {input_data.get(), update_data.get()},
  /external/toolchain-utils/
afe_lock_machine.py 387 update_data=kwargs)
  /external/autotest/server/
frontend.py 734 update_data={'locked': True,
752 update_data={'locked': False,
  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.cpp 2201 GLubyte update_data[data_size]; local
2272 GLubyte update_data[data_size]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 522 milliseconds