Home
last modified time | relevance | path

Searched refs:kBufferDescriptorSizeV4 (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_descriptor.h41 const uint32_t kBufferDescriptorSizeV4 = 42; variable
DQtiMapper4.h124 out.resize(gralloc::kBufferDescriptorSizeV4 + sizeof(name_size) + name_size); in Encode()
159 if (in.size() < gralloc::kBufferDescriptorSizeV4) { in Decode()
173 if (in.size() != (gralloc::kBufferDescriptorSizeV4 + name_size + sizeof(name_size)) || in Decode()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h42 const uint32_t kBufferDescriptorSizeV4 = 42; variable
DQtiMapper4.h124 out.resize(gralloc::kBufferDescriptorSizeV4 + sizeof(name_size) + in Encode()
160 if (in.size() < gralloc::kBufferDescriptorSizeV4) { in Decode()
174 if (in.size() != (gralloc::kBufferDescriptorSizeV4 + name_size + sizeof(name_size)) || in Decode()