Searched refs:mPayloadBytesRead (Results 1 – 2 of 2) sorted by relevance
34 , mPayloadBytesRead(0) in SPDIFDecoder()55 mPayloadBytesRead = 0; in reset()89 mPayloadBytesRead = 0; in read()110 if (mPayloadBytesRead & 1) { in read()117 mPayloadBytesRead++; in read()121 if (mPayloadBytesRead & 1) { in read()127 mPayloadBytesRead += actualBytesRead; in read()
79 size_t mPayloadBytesRead; // number of bytes of burst payload already extracted variable