ParseY4MInt        39 media/video/capture/file_video_capture_device.cc   *numerator = ParseY4MInt(token.substr(0, index_divider));
ParseY4MInt        40 media/video/capture/file_video_capture_device.cc   *denominator = ParseY4MInt(token.substr(index_divider + 1, token.length()));
ParseY4MInt        72 media/video/capture/file_video_capture_device.cc         video_format->frame_size.set_width(ParseY4MInt(token));
ParseY4MInt        75 media/video/capture/file_video_capture_device.cc         video_format->frame_size.set_height(ParseY4MInt(token));