Searched refs:linear_format (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
H A Dgr_utils.cpp362 int linear_format = 0; local
364 GET_LINEAR_FORMAT, &linear_format) == 0) {
365 format = INT(linear_format);
H A Dgr_buf_mgr.cpp746 int linear_format = 0; local
747 if (getMetaData(hnd, GET_LINEAR_FORMAT, &linear_format) == 0) {
748 if (linear_format) {
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_utils.cpp362 int linear_format = 0; local
364 GET_LINEAR_FORMAT, &linear_format) == 0) {
365 format = INT(linear_format);
H A Dgr_buf_mgr.cpp746 int linear_format = 0; local
747 if (getMetaData(hnd, GET_LINEAR_FORMAT, &linear_format) == 0) {
748 if (linear_format) {
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp596 uint32_t linear_format = 0; local
597 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
598 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.cpp365 int linear_format = 0; local
366 if (getMetaData(const_cast<private_handle_t*>(hnd), GET_LINEAR_FORMAT, &linear_format) == 0) {
367 format = linear_format;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp503 uint32_t linear_format = 0; local
504 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
505 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.cpp366 int linear_format = 0; local
367 if (getMetaData(const_cast<private_handle_t*>(hnd), GET_LINEAR_FORMAT, &linear_format) == 0) {
368 format = linear_format;
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp679 uint32_t linear_format = 0; local
680 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
681 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.cpp687 uint32_t linear_format = 0; local
688 if (getMetaData(handle, GET_LINEAR_FORMAT, &linear_format) == 0) {
689 layer_buffer->format = GetSDMFormat(INT32(linear_format), 0);

Completed in 109 milliseconds