OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_frames
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/test/
decode_perf_test.cc
245
const unsigned
decode_frames
= decode_video.frame_number();
local
246
const double fps = static_cast<double>(
decode_frames
) / elapsed_secs;
254
printf("\t\"totalFrames\" : %u,\n",
decode_frames
);
/external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py
64
def
decode_frames
(input_directory, zxing_path):
function
279
if not
decode_frames
(input_directory=options.png_working_dir,
Completed in 179 milliseconds