Home
last modified time | relevance | path

Searched defs:RGBA_SIZE (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/test/fuzztest/encoderconfigure_fuzzer/
H A Dvideoenc_sample.cpp29 constexpr uint8_t RGBA_SIZE = 4; member
321 inFile_->read(reinterpret_cast<char *>(dst), defaultWidth * RGBA_SIZE); in ReadOneFrameRGBA8888() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp32 constexpr uint8_t RGBA_SIZE = 4; member
445 inFile_->read(reinterpret_cast<char *>(dst), DEFAULT_WIDTH * RGBA_SIZE); in ReadOneFrameRGBA8888() local
H A Dvideoenc_api11_sample.cpp33 constexpr uint8_t RGBA_SIZE = 4; member
560 inFile_->read(reinterpret_cast<char *>(dst), DEFAULT_WIDTH * RGBA_SIZE); in ReadOneFrameRGBA8888() local
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dvideoenc_ndk_inner_sample.cpp41 constexpr uint8_t RGBA_SIZE = 4; member
715 inFile_->read(reinterpret_cast<char *>(dst), DEFAULT_WIDTH * RGBA_SIZE); in ReadOneFrameRGBA8888() local

Completed in 7 milliseconds