Home
last modified time | relevance | path

Searched refs:ReadOneFrame (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_hdi_encode.h85 bool ReadOneFrame(FILE *fp, char *buf, uint32_t &filledCount);
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_encode.h106 bool ReadOneFrame(char *buf, uint32_t &filledCount);
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp77 bool CodecHdiEncode::ReadOneFrame(char *buf, uint32_t &filledCount) in ReadOneFrame() function in CodecHdiEncode
530 …this->ReadOneFrame(reinterpret_cast<char *>(bufferHandle->virAddr), bufferInfo->omxBuffer->filledL… in FillCodecBuffer()
540 …endFlag = this->ReadOneFrame(reinterpret_cast<char *>(sharedAddr), bufferInfo->omxBuffer->filledLe… in FillCodecBuffer()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h115 uint32_t ReadOneFrame(ImgBuf& dstImg);
H A Dtester_common.cpp300 buf.attr.size = ReadOneFrame(buf); in EncoderInputLoop()
508 uint32_t TesterCommon::ReadOneFrame(ImgBuf& dstImg) in ReadOneFrame() function in OHOS::MediaAVCodec::TesterCommon
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H A Dvdec_sample.h112 int32_t ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags);
H A Dvenc_sample.h153 int32_t ReadOneFrame();
H A Dvdec_sample.cpp593 int32_t VideoDecSample::ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags) in ReadOneFrame() function in OHOS::MediaAVCodec::VideoDecSample
H A Dvenc_sample.cpp545 int32_t VideoEncSample::ReadOneFrame() in ReadOneFrame() function in OHOS::MediaAVCodec::VideoEncSample
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_encode.cpp79 bool CodecHdiEncode::ReadOneFrame(FILE *fp, char *buf, uint32_t &filledCount) in ReadOneFrame() function in CodecHdiEncode
656 endFlag = this->ReadOneFrame(fpIn_, static_cast<char *>(bufferHandle->virAddr), in FillCodecBuffer()
664 …endFlag = this->ReadOneFrame(fpIn_, static_cast<char *>(sharedAddr), bufferInfo->omxBuffer->filled… in FillCodecBuffer()