Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/
Dcontainer.c200 cntr->magic_handled = false; in container_parser_init()
382 cntr->type == CONTAINER_TYPE_PARSER && !cntr->magic_handled) { in container_context_process_frames()
386 cntr->magic_handled = true; in container_context_process_frames()
Dcontainer.h41 bool magic_handled; member