Searched refs:micro_type (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.h70 char* micro_type,
74 char* micro_type,
H A DTheater200.cpp102 status_t CTheater200::DSPLoadMicrocode(char* micro_path, char* micro_type, struct rt200_microc_data* microc_datap) argument
114 if (micro_type == NULL)
123 if (!strcmp(micro_type, "BINARY"))
191 else if (!strcmp(micro_type, "ASCII"))
284 PRINT(("File type %s unknown\n", micro_type));

Completed in 82 milliseconds