HomeSort by relevance Sort by last modified time
    Searched refs:num_comp (Results 1 - 13 of 13) sorted by null

  /device/linaro/hikey/hifi/xaf/host-apf/utest/include/
xaf-utils-test.h 35 int print_mem_mcps_info(mem_obj_t* mem_handle, int num_comp);
  /external/libmpeg2/common/
ideint_debug.c 91 WORD32 num_comp; local
93 num_comp = 3;
94 for (i = 0; i < num_comp; i++)
ideint.c 143 WORD32 num_comp; local
205 num_comp = 3;
207 for(i = 0; i < num_comp; i++)
ideint_utils.c 99 WORD32 i, j, num_comp; local
104 num_comp = 3;
111 for(i = 0; i < num_comp; i++)
  /device/linaro/hikey/hifi/xaf/host-apf/utest/
xaf-utils-test.c 49 int print_mem_mcps_info(mem_obj_t* mem_handle, int num_comp)
54 (void) num_comp;
xaf-dec-test.c 185 int num_comp = NUM_COMP_IN_GRAPH; local
340 XF_CHK_API(print_mem_mcps_info(mem_handle, num_comp));
xaf-dec-mix-test.c 199 int num_comp = NUM_COMP_IN_GRAPH; local
417 XF_CHK_API(print_mem_mcps_info(mem_handle, num_comp));
  /external/libavc/test/encoder/
input.c 126 WORD32 num_comp; local
147 num_comp = 2;
150 num_comp = 3;
152 for(comp = 0; comp < num_comp; comp++)
181 WORD32 num_comp; local
202 num_comp = 2;
205 num_comp = 3;
207 for(comp = 0; comp < num_comp; comp++)
recon.c 60 WORD32 num_comp; local
62 num_comp = 2;
64 num_comp = 3;
66 for(comp = 0; comp < num_comp; comp++)
main.c 2024 WORD32 comp, num_comp = 2; local
    [all...]
  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 660 WORD32 num_comp, c_idx, func_idx; local
713 num_comp = 2; /* Y and UV */
715 num_comp = 1; /* Y */
787 for(c_idx = 0; c_idx < num_comp; c_idx++)
    [all...]
  /external/libhevc/test/encoder/
main.c 860 WORD32 num_comp = 3; local
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 84 int num_comp; member in struct:xaf_dsp_device
157 audio_device->dsp_device.num_comp = NUM_COMP_IN_GRAPH;
244 XF_CHK_API(print_mem_mcps_info(audio_device->dsp_device.mem_handle, audio_device->dsp_device.num_comp));

Completed in 360 milliseconds