Searched refs:mOutFp (Results 1 – 2 of 2) sorted by relevance
43 mOutFp(nullptr) { in Decoder()96 FILE *mOutFp; variable
103 if (mOutFp != nullptr) { in onOutputAvailable()107 fwrite(buf, sizeof(char), bufferInfo->size, mOutFp); in onOutputAvailable()158 mOutFp = outFp; in decode()