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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 84 void *extra_info = video->sad_extra_info; local
135 d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info);
197 void *extra_info = video->sad_extra_info; local
249 d = (*SAD_Blk_HalfPel)(cand, cur8, dmin, lx, swidth, xh, yh, extra_info);
motion_est.cpp 775 void *extra_info = video->sad_extra_info; local
885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
929 mot[mbnum][7].sad = dmin = (*SAD_Macroblock)(ncand, cur, (65535 << 16) | lx, extra_info);
965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
1189 void *extra_info = video->sad_extra_info; local
1274 void *extra_info = video->sad_extra_info; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_surface.h 67 * extra_info[0-3]: used for decode
68 * extra_info[4]: surface fourcc
69 * extra_info[5]: surface skippeded or not for encode, rotate info for decode
70 * extra_info[6]: mfld protected surface
71 * extra_info[7]: linear or tiled
72 * extra_info[8]: the fourcc set by application
74 int extra_info[9]; member in struct:psb_surface_s
89 #define SET_SURFACE_INFO_rotate(psb_surface, rotate) psb_surface->extra_info[5] = (uint32_t) rotate;
90 #define GET_SURFACE_INFO_rotate(psb_surface) ((int) psb_surface->extra_info[5])
91 #define GET_SURFACE_INFO_protect(psb_surface) ((int) psb_surface->extra_info[6]
    [all...]
  /external/libusb/examples/
xusb.c 57 static bool extra_info = false; variable
823 if (extra_info) {
    [all...]
  /external/webp/include/webp/
encode.h 324 uint8_t* extra_info; // if not NULL, points to an array of size member in struct:WebPPicture
  /external/webp/src/webp/
encode.h 324 uint8_t* extra_info; // if not NULL, points to an array of size member in struct:WebPPicture
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_mdp.h 392 uint32_t *extra_info; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_mdp.h 412 uint32_t *extra_info; member in struct:mdp_histogram_data
  /external/v8/src/
gdb-jit.cc 1349 bool extra_info = desc_->has_scope_info(); local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 439 uint32_t *extra_info; member in struct:mdp_histogram_data
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 454 uint32_t *extra_info; member in struct:mdp_histogram_data
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h 708 uint32_t * extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 771 uint32_t *extra_info; member in struct:mdp_histogram_data
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h 891 uint32_t * extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 939 uint32_t *extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp.h 906 uint32_t * extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp.h 953 uint32_t *extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_mdp.h 850 uint32_t * extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_mdp.h 904 uint32_t *extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 685 uint32_t *extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 747 uint32_t *extra_info; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 671 uint32_t *extra_info; member in struct:mdp_histogram_data
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 724 uint32_t *extra_info; member in struct:mdp_histogram_data

Completed in 905 milliseconds