Searched refs:shortread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c85 int shortread = 0; local
123 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
130 return shortread;
H A Dvpxenc.c105 int shortread = 0; local
111 shortread = read_yuv_frame(input_ctx, img);
114 return !shortread;
/external/libvpx/libvpx/
H A Dtools_common.c85 int shortread = 0; local
122 shortread |= (fread(ptr + buf_position, 1, needed, f) < needed);
129 return shortread;
H A Dvpxenc.c100 int shortread = 0; local
106 shortread = read_yuv_frame(input_ctx, img);
109 return !shortread;

Completed in 1514 milliseconds