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

  /external/libhevc/decoder/
ihevcd_statistics.h 115 void ihevcd_update_num_trans_blocks(TRANSFORM_TYPE e_trans_type, WORD32 c_idx, WORD32 update_type);
128 #define STATS_UPDATE_CODED_TRANS(e_trans_type, c_idx, update_type) ihevcd_update_num_trans_blocks(e_trans_type, c_idx, update_type);
139 #define STATS_UPDATE_CODED_TRANS(e_trans_type, c_idx, update_type) ;
  /external/vboot_reference/firmware/include/
gpt_misc.h 38 * The 'update_type' of GptUpdateKernelEntry(). We expose TRY and BAD only
186 * GPT_ERROR_INVALID_UPDATE_TYPE, invalid 'update_type' is given.
188 int GptUpdateKernelWithEntry(GptData *gpt, GptEntry *e, uint32_t update_type);
195 * GPT_ERROR_INVALID_UPDATE_TYPE, invalid 'update_type' is given.
197 int GptUpdateKernelEntry(GptData *gpt, uint32_t update_type);
  /external/vboot_reference/firmware/lib/cgptlib/
cgptlib.c 118 * update_type.
120 int GptUpdateKernelWithEntry(GptData *gpt, GptEntry *e, uint32_t update_type)
127 switch (update_type) {
196 * update_type. If current_kernel is not set, then it returns error.
198 int GptUpdateKernelEntry(GptData *gpt, uint32_t update_type)
206 return GptUpdateKernelWithEntry(gpt, e, update_type);
  /external/mesa3d/src/compiler/nir/
nir_lower_clip_cull_distance_arrays.c 63 update_type(nir_variable *var, gl_shader_stage stage, unsigned length) function
160 update_type(clip, nir->stage, clip_array_size + cull_array_size);
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 124 FRAME_UPDATE_TYPE update_type[(MAX_LAG_BUFFERS * 2) + 1]; member in struct:__anon24787
vp9_firstpass.c     [all...]
vp9_rd.c 172 const FRAME_UPDATE_TYPE frame_type = gf_group->update_type[gf_group->index];
vp9_encoder.c     [all...]
  /external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp 179 update_type(ir_expression *ir) function
241 update_type(ir2);
283 update_type(ir2);
289 update_type(ir2);
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 239 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 216 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_isp.h 366 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_isp.h 344 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_isp.h 406 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_isp.h 375 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8998/kernel-headers/media/
msmb_isp.h 437 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msmb_isp.h 404 enum msm_vfe_axi_stream_update_type update_type; member in struct:msm_vfe_axi_stream_update_cmd
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c     [all...]

Completed in 458 milliseconds