Searched refs:width_ptr (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dash.c | 75 const char *width_ptr; in dash_read_tmpl_id() local 77 if (av_strstart(next_ptr, "%0", &width_ptr) && in dash_read_tmpl_id() 78 av_isdigit(width_ptr[0]) && in dash_read_tmpl_id() 79 av_strstart(&width_ptr[1], "d$", &next_ptr)) { in dash_read_tmpl_id() 81 snprintf(format_tag, format_tag_size, "%s%c%s", "%0", width_ptr[0], number_format); in dash_read_tmpl_id()
|
H A D | img2dec.c | 69 static int infer_size(int *width_ptr, int *height_ptr, int size) in infer_size() argument 75 *width_ptr = sizes[i][0]; in infer_size()
|
/third_party/ffmpeg/libavutil/ |
H A D | parseutils.h | 56 * Parse str and put in width_ptr and height_ptr the detected values. 58 * @param[in,out] width_ptr pointer to the variable which will contain the detected 66 int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str);
|
H A D | parseutils.c | 150 int av_parse_video_size(int *width_ptr, int *height_ptr, const char *str) in av_parse_video_size() argument 176 *width_ptr = width; in av_parse_video_size()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | webp_dec.c | 90 // If a VP8X chunk is found, found_vp8x is set to true and *width_ptr, 96 int* const width_ptr, int* const height_ptr, in ParseVP8X() 129 if (width_ptr != NULL) *width_ptr = width; in ParseVP8X() 93 ParseVP8X(const uint8_t** const data, size_t* const data_size, int* const found_vp8x, int* const width_ptr, int* const height_ptr, uint32_t* const flags_ptr) ParseVP8X() argument
|
Completed in 7 milliseconds