Home | History | Annotate | Download | only in src

Lines Matching refs:buffer_ids

928 	VABufferID *buffer_ids = NULL;
941 LOG_V( "num_slices is %d, allocating %d buffer_ids\n", pic_data->num_slices, (pic_data->num_slices * 2) + 2);
964 buffer_ids = g_malloc(sizeof(VABufferID) * ((pic_data->num_slices * 2) + 2));
965 if (buffer_ids == NULL)
1147 &buffer_ids[buffer_id_cnt]);
1170 &buffer_ids[buffer_id_cnt]);
1196 &buffer_ids[buffer_id_cnt]);
1224 &buffer_ids[buffer_id_cnt]);
1255 buffer_ids,
1290 if (NULL != buffer_ids)
1291 g_free(buffer_ids);