Home | History | Annotate | Download | only in decoder

Lines Matching defs:size

59 * @brief Returns size for job queue context. Does not include job queue buffer
63 * Returns size for job queue context. Does not include job queue buffer
64 * requirements. Buffer size required to store the jobs should be allocated in
67 * @returns Size of the job queue context
75 WORD32 size;
76 size = sizeof(jobq_t);
77 size += ithread_get_mutex_lock_size();
78 return size;
222 * Size of the total memory allocated
369 * Format/content of the job structure is abstracted and hence size of the job
379 * Size of the job buffer
432 * Format/content of the job structure is abstracted and hence size of the job
444 * Size of the job buffer