Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_api_main.c2508 iv_mem_rec_t as_mem_rec_ittiam_api[NUM_MEM_RECORDS]; in impeg2d_api_check_struct_sanity() local
2538 as_mem_rec_ittiam_api[i].u4_size = sizeof(iv_mem_rec_t); in impeg2d_api_check_struct_sanity()
2545 … s_fill_mem_rec_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = as_mem_rec_ittiam_api; in impeg2d_api_check_struct_sanity()
2579 … if(ps_mem_rec[i].u4_mem_alignment != as_mem_rec_ittiam_api[i].u4_mem_alignment) in impeg2d_api_check_struct_sanity()
2586 if(ps_mem_rec[i].u4_mem_size < as_mem_rec_ittiam_api[i].u4_mem_size) in impeg2d_api_check_struct_sanity()
2593 if(ps_mem_rec[i].e_mem_type != as_mem_rec_ittiam_api[i].e_mem_type) in impeg2d_api_check_struct_sanity()
2595 … if (IV_EXTERNAL_CACHEABLE_SCRATCH_MEM == as_mem_rec_ittiam_api[i].e_mem_type) in impeg2d_api_check_struct_sanity()