/external/jpeg/ |
cdjpeg.h | 48 /* start_output is called after jpeg_start_decompress finishes. 51 JMETHOD(void, start_output, (j_decompress_ptr cinfo, 64 /* Output pixel-row buffer. Created by module init or start_output.
|
wrppm.c | 227 dest->pub.start_output = start_output_ppm;
|
wrrle.c | 285 dest->pub.start_output = start_output_rle;
|
wrtarga.c | 233 dest->pub.start_output = start_output_tga;
|
wrgif.c | 369 dest->pub.start_output = start_output_gif;
|
djpeg.c | 579 (*dest_mgr->start_output) (&cinfo, dest_mgr);
|
wrbmp.c | 399 dest->pub.start_output = start_output_bmp;
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.h | 48 /* start_output is called after jpeg_start_decompress finishes. 51 JMETHOD(void, start_output, (j_decompress_ptr cinfo, 64 /* Output pixel-row buffer. Created by module init or start_output.
|
wrppm.c | 227 dest->pub.start_output = start_output_ppm;
|
wrrle.c | 285 dest->pub.start_output = start_output_rle;
|
wrtarga.c | 233 dest->pub.start_output = start_output_tga;
|
wrgif.c | 369 dest->pub.start_output = start_output_gif;
|
djpeg.c | 579 (*dest_mgr->start_output) (&cinfo, dest_mgr);
|
wrbmp.c | 399 dest->pub.start_output = start_output_bmp;
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 140 int (*start_output)(struct audio_policy *pol, member in struct:audio_policy
|
/hardware/libhardware/modules/audio/ |
audio_policy.c | 260 dap->policy.start_output = ap_start_output;
|
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 336 lap->policy.start_output = ap_start_output;
|
/frameworks/av/services/audioflinger/ |
AudioPolicyService.cpp | 246 return mpAudioPolicy->start_output(mpAudioPolicy, output, stream, session); [all...] |