Searched refs:ReadOneFrame (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | codec_hdi_encode.h | 85 bool ReadOneFrame(FILE *fp, char *buf, uint32_t &filledCount);
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | codec_hdi_encode.h | 106 bool ReadOneFrame(char *buf, uint32_t &filledCount);
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_encode.cpp | 77 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 D | tester_common.h | 115 uint32_t ReadOneFrame(ImgBuf& dstImg);
|
H A D | tester_common.cpp | 300 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 D | vdec_sample.h | 112 int32_t ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags);
|
H A D | venc_sample.h | 153 int32_t ReadOneFrame();
|
H A D | vdec_sample.cpp | 593 int32_t VideoDecSample::ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags) in ReadOneFrame() function in OHOS::MediaAVCodec::VideoDecSample
|
H A D | venc_sample.cpp | 545 int32_t VideoEncSample::ReadOneFrame() in ReadOneFrame() function in OHOS::MediaAVCodec::VideoEncSample
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_encode.cpp | 79 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()
|