HomeSort by relevance Sort by last modified time
    Searched refs:process_functions (Results 1 - 2 of 2) sorted by null

  /external/libchrome/testing/
multiprocess_func_list.cc 47 const ProcessFunctions& process_functions = it->second; local
48 if (process_functions.setup)
49 (*process_functions.setup)();
50 if (process_functions.main)
51 return (*process_functions.main)();
  /external/v4l2_codec2/vda/
v4l2_slice_video_decode_accelerator.cc 1041 const ProcessFunc process_functions[] = { local
    [all...]

Completed in 300 milliseconds