Searched refs:fpOut_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 48 CodecHdiDecode::CodecHdiDecode() : fpIn_(nullptr), fpOut_(nullptr) in CodecHdiDecode() 65 if (fpOut_ != nullptr) { in ~CodecHdiDecode() 66 fclose(fpOut_); in ~CodecHdiDecode() 67 fpOut_ = nullptr; in ~CodecHdiDecode() 138 fpOut_ = fopen(opt.fileOutput.c_str(), "wb+"); in Init() 139 if ((fpIn_ == nullptr) || (fpOut_ == nullptr)) { in Init() 811 (void)fwrite(addr, 1, buffer.filledLen, fpOut_); in OnFillBufferDone() 814 (void)fwrite(bufferInfo->bufferHandle->virAddr, 1, buffer.filledLen, fpOut_); in OnFillBufferDone() 818 (void)fflush(fpOut_); in OnFillBufferDone()
|
H A D | codec_hdi_encode.cpp | 43 CodecHdiEncode::CodecHdiEncode() : fpIn_(nullptr), fpOut_(nullptr) in CodecHdiEncode() 58 if (fpOut_ != nullptr) { in ~CodecHdiEncode() 59 fclose(fpOut_); in ~CodecHdiEncode() 60 fpOut_ = nullptr; in ~CodecHdiEncode() 101 fpOut_ = fopen(opt.fileOutput.c_str(), "wb+"); in Init() 102 if ((fpIn_ == nullptr) || (fpOut_ == nullptr)) { in Init() 753 (void)fwrite(addr, 1, buffer.filledLen, fpOut_); in OnFillBufferDone() 754 (void)fflush(fpOut_); in OnFillBufferDone()
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | codec_hdi_encode.h | 112 FILE *fpOut_; variable
|
H A D | codec_hdi_decode.h | 123 FILE *fpOut_; variable
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-codec-des.md | 627 (void)fwrite(addr, 1, buffer.filledLen, fpOut_); 630 (void)fwrite(bufferInfo->bufferHandle->virAddr, 1, buffer.filledLen, fpOut_); 634 (void)fflush(fpOut_);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-codec-des.md | 627 (void)fwrite(addr, 1, buffer.filledLen, fpOut_); 630 (void)fwrite(bufferInfo->bufferHandle->virAddr, 1, buffer.filledLen, fpOut_); 634 (void)fflush(fpOut_);
|