Home | History | Annotate | Download | only in src

Lines Matching full:bitspersample

426                 if (pDataFormat->mPCM.bitsPerSample == 0 ||
427 pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) {
431 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
433 (unsigned) pDataFormat->mPCM.bitsPerSample);