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

  /external/squashfs-tools/squashfs-tools/
unsquashfs_info.h 28 extern void update_info(char *);
info.h 28 extern void update_info(struct dir_ent *);
unsquashfs_info.c 59 void update_info(char *name) function
info.c 58 void update_info(struct dir_ent *dir_ent) function
unsquashfs.c     [all...]
mksquashfs.c     [all...]
  /external/libnfc-nci/src/nfc/include/
ce_api.h 80 tCE_UPDATE_INFO update_info; member in union:__anon15819
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 76 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
77 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
142 conn_evt.ndef_write_cplt.len = p_ce_data->update_info.length;
143 conn_evt.ndef_write_cplt.p_data = p_ce_data->update_info.p_data;
145 if (NDEF_MsgValidate (p_ce_data->update_info.p_data, p_ce_data->update_info.length, TRUE) != NDEF_OK)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 700 int *update_info = va_arg(args, int *); local
702 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads)
706 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 499 int *const update_info = va_arg(args, int *); local
502 if (update_info) {
504 *update_info = ctx->pbi->refresh_frame_flags;
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 240 struct msm_vfe_axi_stream_cfg_update_info update_info[MAX_NUM_STREAM]; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 217 struct msm_vfe_axi_stream_cfg_update_info update_info[MAX_NUM_STREAM]; member in struct:msm_vfe_axi_stream_update_cmd
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 868 int *const update_info = va_arg(args, int *); local
876 if (update_info) {
881 *update_info = frame_worker_data->pbi->refresh_frame_flags;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 826 int *update_info = va_arg(args, int *); local
828 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads)
832 *update_info = pbi->common.refresh_alt_ref_frame * (int) VP8_ALTR_FRAME
  /hardware/qcom/msm8994/kernel-headers/media/
msmb_isp.h 367 struct msm_vfe_axi_stream_cfg_update_info update_info[MSM_ISP_STATS_MAX]; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_isp.h 346 update_info[MSM_ISP_STATS_MAX]; member in struct:msm_vfe_axi_stream_update_cmd
  /hardware/qcom/msm8996/kernel-headers/media/
msmb_isp.h 409 struct msm_vfe_axi_stream_cfg_update_info update_info[MSM_ISP_STATS_MAX]; member in union:msm_vfe_axi_stream_update_cmd::__anon34194
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_isp.h 382 update_info[MSM_ISP_STATS_MAX]; member in union:msm_vfe_axi_stream_update_cmd::__anon34345

Completed in 5319 milliseconds