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

  /external/squashfs-tools/squashfs-tools/
info.c 58 void update_info(struct dir_ent *dir_ent) function
unsquashfs_info.c 59 void update_info(char *name) function
  /external/libnfc-nci/src/nfc/include/
ce_api.h 80 tCE_UPDATE_INFO update_info; member in union:__anon13051
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 703 int *update_info = va_arg(args, int *); local
705 if (update_info && !ctx->yv12_frame_buffers.use_frame_threads)
709 *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;
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 624 int *const update_info = va_arg(args, int *); local
626 if (update_info) {
628 *update_info = ctx->pbi->refresh_frame_flags;
  /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/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

Completed in 153 milliseconds