Searched refs:parse_dim (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dresize_util.c27 static int parse_dim(char *v, int *width, int *height) { function
58 if (!parse_dim(argv[2], &width, &height)) {
63 if (!parse_dim(argv[3], &target_width, &target_height)) {
/external/libvpx/libvpx/examples/
H A Dresize_util.c27 static int parse_dim(char *v, int *width, int *height) { function
58 if (!parse_dim(argv[2], &width, &height)) {
63 if (!parse_dim(argv[3], &target_width, &target_height)) {

Completed in 105 milliseconds