Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h101 constexpr static int32_t MAX_YUV420_BUFFER_SIZE = 1920 * 1080 * 3 / 2 * 2; member in OHOS::DistributedHardware::DecodeDataProcess
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp361 constexpr int32_t MAX_YUV420_BUFFER_SIZE = 1920 * 1080 * 3 / 2 * 2; in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dconst_def.h99 constexpr int64_t MAX_YUV420_BUFFER_SIZE = 2560 * 1600 * (3 / 2) * 2; member
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h153 constexpr int64_t MAX_YUV420_BUFFER_SIZE = 2560 * 1600 * (3 / 2) * 2; member

Completed in 3 milliseconds