Home
last modified time | relevance | path

Searched refs:MAX_METADATA_PAYLOAD_SIZE (Results 1 – 6 of 6) sorted by relevance

/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_intf.h329 char private_data[MAX_METADATA_PAYLOAD_SIZE];
539 …AM_INTF_META_PRIVATE_DATA, char, MAX_METADATA_PAYLOAD_SIZE);
Dcam_types.h39 #define MAX_METADATA_PAYLOAD_SIZE 1024 macro
826 char private_metadata[MAX_METADATA_PAYLOAD_SIZE];
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_types.h39 #define MAX_METADATA_PAYLOAD_SIZE 1024 macro
775 char private_metadata[MAX_METADATA_PAYLOAD_SIZE];
Dcam_intf.h545 …AM_INTF_META_PRIVATE_DATA, char, MAX_METADATA_PAYLOAD_SIZE);
/device/lge/hammerhead/camera/QCamera2/HAL3/
DQCamera3Channel.cpp2350 MAX_METADATA_PAYLOAD_SIZE); in doReprocessOffline()
DQCamera3HWI.cpp2679 privateData, MAX_METADATA_PAYLOAD_SIZE); in translateFromHalMetadata()
5606 sizeof(uint8_t) * MAX_METADATA_PAYLOAD_SIZE, privatedata); in translateToHalMetadata()