Home
last modified time | relevance | path

Searched refs:MAX_YUV420_BUFFER_SIZE (Results 1 - 9 of 9) sorted by relevance

/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_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
362 size_t capacity = MAX_YUV420_BUFFER_SIZE + 5; in HWTEST_F()
366 size_t size = MAX_YUV420_BUFFER_SIZE + 2; in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_source_encoder.cpp142 videoFormat.PutLongValue("max_input_size", MAX_YUV420_BUFFER_SIZE); in ConfigEncoder()
/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_screen/common/include/
H A Ddscreen_constants.h153 constexpr int64_t MAX_YUV420_BUFFER_SIZE = 2560 * 1600 * (3 / 2) * 2; member
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process_common.cpp198 metadataFormat_.PutIntValue("max_input_size", MAX_YUV420_BUFFER_SIZE); in InitDecoderMetadataFormat()
202 metadataFormat_.PutIntValue("max_input_size", MAX_YUV420_BUFFER_SIZE); in InitDecoderMetadataFormat()
206 metadataFormat_.PutIntValue("max_input_size", MAX_YUV420_BUFFER_SIZE); in InitDecoderMetadataFormat()
H A Ddecode_data_process.cpp366 if (inputBuffers[0]->Size() > MAX_YUV420_BUFFER_SIZE) { in ProcessData()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp350 imageFormat_.PutLongValue("max_input_size", MAX_YUV420_BUFFER_SIZE); in SetDecoderFormat()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp368 imageFormat_.PutLongValue("max_input_size", MAX_YUV420_BUFFER_SIZE); in SetEncoderFormat()

Completed in 8 milliseconds