Home
last modified time | relevance | path

Searched refs:list_size (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_ucm.c110 int verb_index, list_size, index = 0; in snd_use_case_get_list() local
193 list_size = in snd_use_case_get_list()
195 uc_mgr->device_list_count = list_size; in snd_use_case_get_list()
196 if (list_size > 0) { in snd_use_case_get_list()
198 (char **)malloc(sizeof(char *)*list_size); in snd_use_case_get_list()
204 for (index = 0; index < list_size; index++) { in snd_use_case_get_list()
212 return (list_size); in snd_use_case_get_list()
223 list_size = in snd_use_case_get_list()
225 uc_mgr->modifier_list_count = list_size; in snd_use_case_get_list()
226 if (list_size > 0) { in snd_use_case_get_list()
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c240 …nt8_t *pic_list, uint8_t *frame_list, int32_t currPicStructure, int32_t list_size, int32_t long_te… in h264_dpb_gen_pic_list_from_frame_list() argument
248 if(list_size){ in h264_dpb_gen_pic_list_from_frame_list()
255 while ((top_idx < list_size)||(bot_idx < list_size)) in h264_dpb_gen_pic_list_from_frame_list()
259 while ((top_idx < list_size) & ~got_pic) in h264_dpb_gen_pic_list_from_frame_list()
276 while ((bot_idx < list_size) & ~got_pic) in h264_dpb_gen_pic_list_from_frame_list()
295 while ((top_idx < list_size)||(bot_idx < list_size)) in h264_dpb_gen_pic_list_from_frame_list()
299 while ((bot_idx < list_size) && (!(got_pic))) in h264_dpb_gen_pic_list_from_frame_list()
315 while ((top_idx < list_size) && (!(got_pic))) in h264_dpb_gen_pic_list_from_frame_list()