Home
last modified time | relevance | path

Searched refs:ReadOneFrameYUV420SP (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.h86 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
H A Dvideoenc_api11_sample.cpp299 attr.size = ReadOneFrameYUV420SP(fileBuffer); in PushData()
316 uint32_t VEncAPI11FuzzSample::ReadOneFrameYUV420SP(uint8_t *dst) in ReadOneFrameYUV420SP() function in VEncAPI11FuzzSample
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.h91 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
H A Dvideoenc_sample.cpp295 uint32_t VEncFuzzSample::ReadOneFrameYUV420SP(uint8_t *dst) in ReadOneFrameYUV420SP() function in VEncFuzzSample
367 attr.size = ReadOneFrameYUV420SP(fileBuffer); in PushData()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_sample.h105 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
H A Dvideoenc_api11_sample.h126 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
H A Dvideoenc_inner_sample.h128 uint32_t ReadOneFrameYUV420SP(uint8_t *dst);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h117 static uint32_t ReadOneFrameYUV420SP(std::ifstream& src, ImgBuf& dstImg);
H A Dtester_common.cpp477 uint32_t TesterCommon::ReadOneFrameYUV420SP(std::ifstream& src, ImgBuf& dstImg) in ReadOneFrameYUV420SP() function in OHOS::MediaAVCodec::TesterCommon
549 return ReadOneFrameYUV420SP(ifs_, dstImg); in ReadOneFrame()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp592 uint32_t VEncNdkInnerSample::ReadOneFrameYUV420SP(uint8_t *dst) in ReadOneFrameYUV420SP() function in VEncNdkInnerSample
690 return ReadOneFrameYUV420SP(dst); in ReadOneFrameByType()
702 return ReadOneFrameYUV420SP(dst); in ReadOneFrameByType()
810 } else if (!ReadOneFrameYUV420SP(dst)) { in InputFuncSurface()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp515 uint32_t VEncAPI11Sample::ReadOneFrameYUV420SP(uint8_t *dst) in ReadOneFrameYUV420SP() function in VEncAPI11Sample
616 } else if (!ReadOneFrameYUV420SP(dst)) { in InputFuncSurface()
724 return ReadOneFrameYUV420SP(dst); in ReadOneFrameByType()
944 attr.size = ReadOneFrameYUV420SP(fileBuffer); in PushData()
H A Dvideoenc_ndk_sample.cpp422 uint32_t VEncNdkSample::ReadOneFrameYUV420SP(uint8_t *dst) in ReadOneFrameYUV420SP() function in VEncNdkSample
514 if (!ReadOneFrameYUV420SP(dst)) { in InputFuncSurface()
658 attr.size = ReadOneFrameYUV420SP(fileBuffer); in PushData()