Searched refs:chosen_path (Results 1 – 5 of 5) sorted by relevance
/third_party/weston/libweston/backend-drm/ |
D | libbacklight.c | 158 char *chosen_path = NULL; in backlight_init() local 283 if (chosen_path) in backlight_init() 284 free(chosen_path); in backlight_init() 285 chosen_path = strdup(backlight_path); in backlight_init() 292 if (!chosen_path) in backlight_init() 300 backlight->path = chosen_path; in backlight_init() 315 free (chosen_path); in backlight_init()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_cost_enc.c | 691 uint16_t** const chosen_path, in TraceBackwards() argument 701 *chosen_path = path; in TraceBackwards() 707 const uint16_t* const chosen_path, int chosen_path_size, in BackwardReferencesHashChainFollowChosenPath() argument 723 const int len = chosen_path[ix]; in BackwardReferencesHashChainFollowChosenPath() 769 uint16_t* chosen_path = NULL; in VP8LBackwardReferencesTraceBackwards() local 780 TraceBackwards(dist_array, dist_array_size, &chosen_path, &chosen_path_size); in VP8LBackwardReferencesTraceBackwards() 782 argb, cache_bits, chosen_path, chosen_path_size, hash_chain, in VP8LBackwardReferencesTraceBackwards()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_cost_enc.c | 691 uint16_t** const chosen_path, in TraceBackwards() argument 701 *chosen_path = path; in TraceBackwards() 707 const uint16_t* const chosen_path, int chosen_path_size, in BackwardReferencesHashChainFollowChosenPath() argument 723 const int len = chosen_path[ix]; in BackwardReferencesHashChainFollowChosenPath() 769 uint16_t* chosen_path = NULL; in VP8LBackwardReferencesTraceBackwards() local 780 TraceBackwards(dist_array, dist_array_size, &chosen_path, &chosen_path_size); in VP8LBackwardReferencesTraceBackwards() 782 argb, cache_bits, chosen_path, chosen_path_size, hash_chain, in VP8LBackwardReferencesTraceBackwards()
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1778 f079e487 use uint16_t for chosen_path[]
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1573 f079e487 use uint16_t for chosen_path[]
|