HomeSort by relevance Sort by last modified time
    Searched refs:update_data (Results 1 - 22 of 22) 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 540 seg->update_data = 1;
927 seg->update_data = 0;
940 seg->update_data = 0;
955 seg->update_data = 1;
    [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
260 new_data = update_data(prev_data,
  /external/autotest/frontend/afe/
rpc_interface.py 327 def modify_hosts(host_filter_data, update_data):
348 @param update_data: A dictionary with the changes to make to the hosts.
350 update_data = update_data.copy()
351 rpc_utils.check_modify_host(update_data)
360 rpc_utils.check_modify_host_locking(host, update_data)
362 if not update_data.get('force_modify_locking', False):
373 if update_data.get('locked', None) and 'lock_time' not in update_data:
374 update_data['lock_time'] = datetime.datetime.now(
    [all...]
rpc_utils.py 373 def check_modify_host(update_data):
377 @param update_data: A dictionary with the changes to make to a host
383 if 'status' in update_data:
388 def check_modify_host_locking(host, update_data):
394 @param update_data: A dictionary with the changes to make to the host.
396 locked = update_data.get('locked', None)
397 lock_reason = update_data.get('lock_reason', None)
    [all...]
rpc_interface_unittest.py 558 update_data={'locked': True,
567 update_data={'locked': True,
573 update_data={'locked': True,
    [all...]
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 819 segmentation.update_data = false;
837 segmentation.update_data = reader_.ReadBool();
838 if (segmentation.update_data) {
vp9_parser.h 90 bool update_data; member in struct:media::Vp9SegmentationParams
v4l2_slice_video_decode_accelerator.cc     [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/toolchain-utils/
afe_lock_machine.py 385 update_data=kwargs)
  /external/autotest/server/
frontend.py 724 update_data={'locked': True,
742 update_data={'locked': False,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 641 milliseconds