Home
last modified time | relevance | path

Searched refs:shortread (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/
Dtools_common.c85 int shortread = 0; in read_yuv_frame() local
123 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed); in read_yuv_frame()
130 return shortread; in read_yuv_frame()
Dvpxenc.c105 int shortread = 0; in read_frame() local
111 shortread = read_yuv_frame(input_ctx, img); in read_frame()
114 return !shortread; in read_frame()