/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 513 IGC_t igc = {}; in SetMetaData() local 514 LayerIGC layer_igc = layer_buffer->igc; in SetMetaData() 515 if (getMetaData(handle, GET_IGC, &igc) == 0) { in SetMetaData() 516 if (SetIGC(igc, &layer_igc) != kErrorNone) { in SetMetaData() 544 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) || in SetMetaData() 548 layer_buffer->igc = layer_igc; in SetMetaData()
|
/hardware/qcom/display/msm8996/libqdutils/ |
D | qdMetaData.cpp | 103 data->igc = *((IGC_t *)param); in setMetaData() 172 *((IGC_t *)param) = data->igc; in getMetaData()
|
D | qdMetaData.h | 66 enum IGC_t igc; member
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 576 IGC_t igc = {}; in SetMetaData() local 577 LayerIGC layer_igc = layer_buffer->igc; in SetMetaData() 578 if (getMetaData(handle, GET_IGC, &igc) == 0) { in SetMetaData() 579 if (SetIGC(igc, &layer_igc) != kErrorNone) { in SetMetaData() 607 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) || in SetMetaData() 611 layer_buffer->igc = layer_igc; in SetMetaData()
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | qdMetaData.cpp | 103 data->igc = *((IGC_t *)param); in setMetaData() 199 *((IGC_t *)param) = data->igc; in getMetaData()
|
D | qdMetaData.h | 77 enum IGC_t igc; member
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | mapper.cpp | 495 uint32_t *igc = va_arg(args, uint32_t *); in gralloc_perform() local 496 if (!private_handle_t::validate(hnd) && igc) { in gralloc_perform() 499 *igc = metadata->igc; in gralloc_perform()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | mapper.cpp | 495 uint32_t *igc = va_arg(args, uint32_t *); in gralloc_perform() local 496 if (!private_handle_t::validate(hnd) && igc) { in gralloc_perform() 499 *igc = metadata->igc; in gralloc_perform()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 670 IGC_t igc = {}; in SetMetaData() local 671 LayerIGC layer_igc = layer_buffer->igc; in SetMetaData() 672 if (getMetaData(handle, GET_IGC, &igc) == 0) { in SetMetaData() 673 if (SetIGC(igc, &layer_igc) != kErrorNone) { in SetMetaData() 705 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) || in SetMetaData() 709 layer_buffer->igc = layer_igc; in SetMetaData()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 671 IGC_t igc = {}; in SetMetaData() local 672 LayerIGC layer_igc = layer_buffer->igc; in SetMetaData() 673 if (getMetaData(handle, GET_IGC, &igc) == 0) { in SetMetaData() 674 if (SetIGC(igc, &layer_igc) != kErrorNone) { in SetMetaData() 702 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) || in SetMetaData() 706 layer_buffer->igc = layer_igc; in SetMetaData()
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
D | layer_buffer.h | 230 LayerIGC igc = kIGCNotSpecified; //!< IGC that will be applied on this layer. member
|
/hardware/qcom/display/msm8909/sdm/include/core/ |
D | layer_buffer.h | 235 LayerIGC igc = kIGCNotSpecified; //!< IGC that will be applied on this layer. member
|
/hardware/qcom/display/msm8998/sdm/include/core/ |
D | layer_buffer.h | 233 LayerIGC igc = kIGCNotSpecified; //!< IGC that will be applied on this layer. member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/core/ |
D | layer_buffer.h | 235 LayerIGC igc = kIGCNotSpecified; //!< IGC that will be applied on this layer. member
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | qdMetaData.cpp | 112 data->igc = *((IGC_t *)param); in setMetaDataVa() 220 *((IGC_t *)param) = data->igc; in getMetaDataVa()
|
D | qdMetaData.h | 108 enum IGC_t igc; member
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | qdMetaData.cpp | 112 data->igc = *((IGC_t *)param); in setMetaDataVa() 218 *((IGC_t *)param) = data->igc; in getMetaDataVa()
|
D | qdMetaData.h | 106 enum IGC_t igc; member
|
/hardware/qcom/sdm845/display/sdm/include/core/ |
D | layer_buffer.h | 242 LayerIGC igc = kIGCNotSpecified; //!< IGC that will be applied on this layer. member
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | layer_buffer.h | 250 LayerIGC igc = kIGCNotSpecified; //!< IGC that will be applied on this layer. member
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | mapper.cpp | 531 uint32_t *igc = va_arg(args, uint32_t *); in gralloc_perform() local 532 if (!private_handle_t::validate(hnd) && igc) { in gralloc_perform() 535 *igc = metadata->igc; in gralloc_perform()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 808 IGC_t igc = {}; in SetMetaData() local 809 LayerIGC layer_igc = layer_buffer->igc; in SetMetaData() 810 if (getMetaData(handle, GET_IGC, &igc) == 0) { in SetMetaData() 811 if (SetIGC(igc, &layer_igc) != kErrorNone) { in SetMetaData() 843 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) || in SetMetaData() 847 layer_buffer->igc = layer_igc; in SetMetaData()
|
/hardware/qcom/sdm845/display/libqdutils/ |
D | qdMetaData.cpp | 118 data->igc = *((IGC_t *)param); in setMetaDataVa() 244 *((IGC_t *)param) = data->igc; in getMetaDataVa()
|
D | qdMetaData.h | 112 enum IGC_t igc; member
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 818 IGC_t igc = {}; in SetMetaData() local 819 LayerIGC layer_igc = layer_buffer->igc; in SetMetaData() 820 if (getMetaData(handle, GET_IGC, &igc) == 0) { in SetMetaData() 821 if (SetIGC(igc, &layer_igc) != kErrorNone) { in SetMetaData() 853 if ((layer_igc != layer_buffer->igc) || (interlace != layer_buffer->flags.interlace) || in SetMetaData() 856 layer_buffer->igc = layer_igc; in SetMetaData()
|