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

  /external/libldac/inc/
ldacBT.h 365 * The macro function LDACBT_BLOCK_ERR() is useful to get the block level error code.
366 * Ex.) err_block_lv = LDACBT_BLOCK_ERR(err);
459 #define LDACBT_BLOCK_ERR(err) ( err & 0x03FF)
  /external/libldac/abr/src/
ldacBT_abr.c 285 LDACBT_API_ERR(err), LDACBT_HANDLE_ERR(err), LDACBT_BLOCK_ERR(err));
314 LDACBT_API_ERR(err), LDACBT_HANDLE_ERR(err), LDACBT_BLOCK_ERR(err));

Completed in 73 milliseconds