Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/video_test/video_perf_test/sample/encoder/include/
Dvideo_encoder_perf_test_sample.h46 int32_t ReadOneFrame(CodecBufferInfo &info);
47 int32_t ReadOneFrame(uint8_t *bufferAddr, int32_t &bufferSize, uint32_t &flags);
/foundation/multimedia/av_codec/test/unittest/video_test/video_perf_test/sample/encoder/
Dvideo_encoder_perf_test_sample.cpp168 int32_t ret = ReadOneFrame(bufferInfo); in BufferInputThread()
202 ret = ReadOneFrame(bufferAddr, bufferSize, flags); in SurfaceInputThread()
262 int32_t VideoEncoderPerfTestSample::ReadOneFrame(CodecBufferInfo &info) in ReadOneFrame() function in OHOS::MediaAVCodec::Sample::VideoEncoderPerfTestSample
267 int32_t ret = ReadOneFrame(bufferAddr, info.attr.size, info.attr.flags); in ReadOneFrame()
273 int32_t VideoEncoderPerfTestSample::ReadOneFrame(uint8_t *bufferAddr, int32_t &bufferSize, uint32_t… in ReadOneFrame() function in OHOS::MediaAVCodec::Sample::VideoEncoderPerfTestSample
/foundation/multimedia/av_codec/test/unittest/video_test/video_perf_test/sample/decoder/include/
Dvideo_decoder_perf_test_sample.h47 int32_t ReadOneFrame(CodecBufferInfo &info);
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dtester_common.h110 uint32_t ReadOneFrame(ImgBuf& dstImg);
Dtester_common.cpp290 buf.attr.size = ReadOneFrame(buf); in EncoderInputLoop()
441 uint32_t TesterCommon::ReadOneFrame(ImgBuf& dstImg) in ReadOneFrame() function in OHOS::MediaAVCodec::TesterCommon
/foundation/multimedia/av_codec/test/unittest/video_test/video_perf_test/sample/decoder/
Dvideo_decoder_perf_test_sample.cpp165 int32_t ret = ReadOneFrame(bufferInfo); in InputThread()
228 int32_t VideoDecoderPerfTestSample::ReadOneFrame(CodecBufferInfo &info) in ReadOneFrame() function in OHOS::MediaAVCodec::Sample::VideoDecoderPerfTestSample
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/sample/func_sample/
Dvenc_sample.cpp421 int32_t VideoEncSample::ReadOneFrame() in ReadOneFrame() function in OHOS::MediaAVCodec::VideoEncSample
532 uint64_t bufferSize = ReadOneFrame(); in InputLoopInner()
724 uint64_t bufferSize = ReadOneFrame(); // yuv frame size in InputLoopInnerExt()
786 uint64_t bufferSize = ReadOneFrame(); // yuv frame size in InputFuncSurface()
Dvenc_sample.h114 int32_t ReadOneFrame();
Dvdec_sample.h132 int32_t ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags);
Dvdec_sample.cpp576 int32_t VideoDecSample::ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags) in ReadOneFrame() function in OHOS::MediaAVCodec::VideoDecSample
629 auto bufferSize = ReadOneFrame(buffer->GetAddr(), attr.flags); in InputLoopInner()
811 auto bufferSize = ReadOneFrame(buffer->GetAddr(), attr.flags); in InputLoopInnerExt()