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

  /hardware/intel/img/psb_video/src/
psb_drv_debug.h 152 uint32_t debug_dump_count; variable
psb_drv_debug.c 110 debug_dump_count = 0;
805 ASSERT(debug_dump_count < MAX_DUMP_COUNT);
806 debug_dump_name[debug_dump_count] = name;
807 debug_dump_buf[debug_dump_count] = buf;
808 debug_dump_offset[debug_dump_count] = offset;
809 debug_dump_size[debug_dump_count] = size;
810 debug_dump_count++;
    [all...]
psb_cmdbuf.c     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 166 int debug_dump_count; member in struct:AecCore
aec_core.c     [all...]

Completed in 90 milliseconds