Home
last modified time | relevance | path

Searched defs:NORM_YUV420_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h88 constexpr static int64_t NORM_YUV420_BUFFER_SIZE = 1920 * 1080 * 3 / 2; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp309 constexpr int64_t NORM_YUV420_BUFFER_SIZE = 1920 * 1080 * 3 / 2; variable