| /foundation/multimedia/av_codec/test/unittest/video_test/video_perf_test/sample/encoder/include/ |
| D | video_encoder_perf_test_sample.h | 46 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/ |
| D | video_encoder_perf_test_sample.cpp | 168 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/ |
| D | video_decoder_perf_test_sample.h | 47 int32_t ReadOneFrame(CodecBufferInfo &info);
|
| /foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
| D | tester_common.h | 110 uint32_t ReadOneFrame(ImgBuf& dstImg);
|
| D | tester_common.cpp | 290 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/ |
| D | video_decoder_perf_test_sample.cpp | 165 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/ |
| D | venc_sample.cpp | 421 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()
|
| D | venc_sample.h | 114 int32_t ReadOneFrame();
|
| D | vdec_sample.h | 132 int32_t ReadOneFrame(uint8_t *bufferAddr, uint32_t &flags);
|
| D | vdec_sample.cpp | 576 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()
|