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

  /external/jpeg/
cdjpeg.h 27 JMETHOD(void, start_input, (j_compress_ptr cinfo,
cjpeg.c 568 (*src_mgr->start_input) (&cinfo, src_mgr);
rdrle.c 14 * at the start of the file; start_input may need work if the
380 source->pub.start_input = start_input_rle;
rdbmp.c 17 * at the start of the file; start_input may need work if the
432 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
433 source->pub.start_input = start_input_bmp;
rdppm.c 16 * at the start of the file; start_input may need work if the
451 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
452 source->pub.start_input = start_input_ppm;
rdtarga.c 13 * at the start of the file; start_input may need work if the
493 /* Fill in method ptrs, except get_pixel_rows which start_input sets */
494 source->pub.start_input = start_input_tga;
  /hardware/libhardware/include/hardware/
audio_policy.h 164 int (*start_input)(struct audio_policy *pol, audio_io_handle_t input); member in struct:audio_policy
  /hardware/libhardware/modules/audio/
audio_policy.c 247 dap->policy.start_input = ap_start_input;
  /hardware/libhardware_legacy/audio/
audio_policy_hal.cpp 316 lap->policy.start_input = ap_start_input;
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 362 return mpAudioPolicy->start_input(mpAudioPolicy, input);
    [all...]

Completed in 346 milliseconds