Home | History | Annotate | Download | only in src

Lines Matching refs:bitsPerSample

399                 switch (pDataFormat->mPCM.bitsPerSample) {
414 SL_LOGE("%s: bitsPerSample=%u", name, pDataFormat->mPCM.bitsPerSample);
419 if (pDataFormat->mPCM.containerSize < pDataFormat->mPCM.bitsPerSample) {
421 } else if (pDataFormat->mPCM.containerSize != pDataFormat->mPCM.bitsPerSample) {
425 SL_LOGE("%s: containerSize=%u, bitsPerSample=%u", name,
427 (unsigned) pDataFormat->mPCM.bitsPerSample);