jpeg_memory_mgr::alloc_sarray is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjpeg_memory_mgr::alloc_sarray

jpeg_memory_mgr::alloc_sarray field

Syntax

JSAMPARRAY, alloc_sarray, (j_common_ptr cinfo, int pool_id, JDIMENSION samplesperrow, JDIMENSION numrows);

References

LocationReferrerScopeText
jpeglib.h:801
JMETHOD(JSAMPARRAY, alloc_sarray, (j_common_ptr cinfo, int pool_id,
jcmainct.c:287jinit_c_main_controller()
main->buffer[ci] = (*cinfo->mem->alloc_sarray)
jcprepct.c:291create_context_buffer()
true_buffer = (*cinfo->mem->alloc_sarray)
jcprepct.c:350jinit_c_prep_controller()
prep->color_buf[ci] = (*cinfo->mem->alloc_sarray)
jdmainct.c:507jinit_d_main_controller()
main->buffer[ci] = (*cinfo->mem->alloc_sarray)
jdpostct.c:284jinit_d_post_controller()
post->buffer = (*cinfo->mem->alloc_sarray)
jdsample.c:354jinit_upsampler()
upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)
jmemmgr.c:1070alloc_sarray()jinit_memory_mgr()
mem->pub.alloc_sarray = alloc_sarray;
jquant1.c:296create_colormap()
colormap = (*cinfo->mem->alloc_sarray)
jquant1.c:353create_colorindex()
cquantize->colorindex = (*cinfo->mem->alloc_sarray)
jquant2.c:1286jinit_2pass_quantizer()
cquantize->sv_colormap = (*cinfo->mem->alloc_sarray)

Call Tree

Functions writing jpeg_memory_mgr::alloc_sarray
all items filtered out
jpeg_memory_mgr::alloc_sarray
Implementations
all items filtered out
jpeg_memory_mgr::alloc_sarray
Type of jpeg_memory_mgr::alloc_sarray
jpeg_memory_mgr::alloc_sarray
JSAMPLE
all items filtered out