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

  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function.cc 85 const string& extra_info)
88 extra_info_(extra_info) {
232 const string& extra_info) {
236 extra_info);
286 string extra_info = StringPrintf( local
292 StringAppendF(&extra_info, "%p", parameter_block->mutable_user_state());
293 extra_info += (j < residual_block->NumParameterBlocks() - 1) ? ", " : "]";
301 extra_info);
  /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/chromium_org/third_party/libwebp/webp/
encode.h 317 uint8_t* extra_info; // if not NULL, points to an array of size member in struct:WebPPicture
  /external/webp/include/webp/
encode.h 317 uint8_t* extra_info; // if not NULL, points to an array of size member in struct:WebPPicture
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 964 void *extra_info = encvid->sad_extra_info; local
1272 void *extra_info = encvid->sad_extra_info; local
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 625 ResourceRequestInfoImpl* extra_info = local
627 extra_info->AssociateWithRequest(request.get()); // Request takes ownership.
1164 ResourceRequestInfoImpl* extra_info = local
1488 ResourceRequestInfoImpl* extra_info = local
    [all...]
  /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/chromium_org/v8/src/
gdb-jit.cc 1305 bool extra_info = desc_->IsInfoAvailable(); 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/msm8x74/kernel-headers/linux/
msm_mdp.h 534 uint32_t *extra_info; member in struct:mdp_histogram_data
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_mdp.h 557 uint32_t *extra_info; member in struct:mdp_histogram_data
  /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 774 milliseconds