/hardware/qcom/display/msm8996/libqdutils/ |
H A D | qdMetaData.cpp | 74 data->operation &= ~paramType; 79 data->operation |= paramType; 124 // Make sure we send 0 only if the operation queried is present 129 if (data->operation & PP_PARAM_INTERLACED) { 135 if (data->operation & UPDATE_BUFFER_GEOMETRY) { 141 if (data->operation & UPDATE_REFRESH_RATE) { 147 if (data->operation & UPDATE_COLOR_SPACE) { 153 if (data->operation & MAP_SECURE_BUFFER) { 159 if (data->operation & S3D_FORMAT) { 165 if (data->operation [all...] |
H A D | qdMetaData.h | 61 int32_t operation; member in struct:MetaData_t
|
/hardware/qcom/display/msm8998/libqdutils/ |
H A D | qdMetaData.cpp | 74 data->operation &= ~paramType; 79 data->operation |= paramType; 132 data->operation &= ~paramType; 151 // Make sure we send 0 only if the operation queried is present 156 if (data->operation & PP_PARAM_INTERLACED) { 162 if (data->operation & UPDATE_BUFFER_GEOMETRY) { 168 if (data->operation & UPDATE_REFRESH_RATE) { 174 if (data->operation & UPDATE_COLOR_SPACE) { 180 if (data->operation & MAP_SECURE_BUFFER) { 186 if (data->operation [all...] |
/hardware/qcom/display/sdm845/libqdutils/ |
H A D | qdMetaData.cpp | 83 data->operation &= ~paramType; 88 data->operation |= paramType; 146 data->operation &= ~paramType; 170 // Make sure we send 0 only if the operation queried is present 177 if (data->operation & PP_PARAM_INTERLACED) { 183 if (data->operation & UPDATE_BUFFER_GEOMETRY) { 189 if (data->operation & UPDATE_REFRESH_RATE) { 195 if (data->operation & UPDATE_COLOR_SPACE) { 201 if (data->operation & MAP_SECURE_BUFFER) { 207 if (data->operation [all...] |
/hardware/qcom/msm8998/time-services/ |
H A D | time_genoff.h | 91 time_genoff_opr_type operation; /* Time operation to be done */ member in struct:time_genoff_info 94 /* API to be called for time get/set operation */
|
/hardware/interfaces/camera/provider/ |
H A D | README.md | 29 and operation of the pre-HIDL camera HAL module v2.4. 36 matching the feature set and operation of the pre-HIDL camera HAL module
|
/hardware/qcom/display/msm8960/libqdutils/ |
H A D | qdMetaData.h | 61 int32_t operation; member in struct:MetaData_t
|
H A D | qdMetaData.cpp | 58 data->operation |= paramType;
|
/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayMdp.cpp | 219 if (data.operation & PP_PARAM_HSIC) { 259 mParams.operation |= PP_OP_PA; 263 if (data.operation & PP_PARAM_SHARP2) { 287 mParams.operation |= PP_OP_SHARP; 291 if (data.operation & PP_PARAM_IGC) { 313 mParams.operation |= PP_OP_IGC; 317 if (data.operation & PP_PARAM_VID_INTFC) {
|
/hardware/qcom/display/msm8909/liboverlay/ |
H A D | overlayMdp.cpp | 219 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 223 if (data.operation & UPDATE_COLOR_SPACE) { 230 if (data.operation & PP_PARAM_HSIC) { 270 mParams.operation |= PP_OP_PA; 274 if (data.operation & PP_PARAM_SHARP2) { 298 mParams.operation |= PP_OP_SHARP; 302 if (data.operation & PP_PARAM_IGC) { 324 mParams.operation |= PP_OP_IGC; 328 if (data.operation [all...] |
/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayMdp.cpp | 221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 225 if (data.operation & UPDATE_COLOR_SPACE) { 232 if (data.operation & PP_PARAM_HSIC) { 272 mParams.operation |= PP_OP_PA; 276 if (data.operation & PP_PARAM_SHARP2) { 300 mParams.operation |= PP_OP_SHARP; 304 if (data.operation & PP_PARAM_IGC) { 326 mParams.operation |= PP_OP_IGC; 330 if (data.operation [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayMdp.cpp | 240 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 244 if (data.operation & PP_PARAM_HSIC) { 284 mParams.operation |= PP_OP_PA; 288 if (data.operation & PP_PARAM_SHARP2) { 312 mParams.operation |= PP_OP_SHARP; 316 if (data.operation & PP_PARAM_IGC) { 338 mParams.operation |= PP_OP_IGC; 342 if (data.operation & PP_PARAM_VID_INTFC) {
|
/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayMdp.cpp | 221 ALOGD_IF(0, "In %s: data.operation = %d", __FUNCTION__, data.operation); 225 if (data.operation & PP_PARAM_HSIC) { 265 mParams.operation |= PP_OP_PA; 269 if (data.operation & PP_PARAM_SHARP2) { 293 mParams.operation |= PP_OP_SHARP; 297 if (data.operation & PP_PARAM_IGC) { 319 mParams.operation |= PP_OP_IGC; 323 if (data.operation & PP_PARAM_VID_INTFC) {
|
/hardware/qcom/display/sdm845/libgralloc/ |
H A D | mapper.cpp | 189 * If the buffer has been mapped during a lock operation, it's time 205 * If the buffer has been mapped during a lock operation, it's time 303 int operation, ... ) 310 va_start(args, operation); 311 switch (operation) { 417 } else if (metadata->operation & COLOR_METADATA) { 437 } else if(metadata->operation & UPDATE_COLOR_SPACE) { 460 if(metadata && metadata->operation & MAP_SECURE_BUFFER) { 477 if (metadata && (metadata->operation & LINEAR_FORMAT)) { 498 if (metadata && (metadata->operation 302 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument [all...] |
/hardware/qcom/display/msm8084/libqdutils/ |
H A D | qdMetaData.cpp | 59 data->operation |= paramType;
|
H A D | qdMetaData.h | 71 int32_t operation; member in struct:MetaData_t
|
/hardware/qcom/display/msm8226/libqdutils/ |
H A D | qdMetaData.cpp | 60 data->operation |= paramType;
|
H A D | qdMetaData.h | 71 int32_t operation; member in struct:MetaData_t
|
/hardware/qcom/display/msm8909/libqdutils/ |
H A D | qdMetaData.cpp | 60 data->operation |= paramType;
|
H A D | qdMetaData.h | 71 int32_t operation; member in struct:MetaData_t
|
/hardware/qcom/display/msm8994/libqdutils/ |
H A D | qdMetaData.cpp | 60 data->operation |= paramType;
|
H A D | qdMetaData.h | 71 int32_t operation; member in struct:MetaData_t
|
/hardware/qcom/display/sdm845/sdm/libs/hwc/ |
H A D | hwc_display_external.cpp | 317 int HWCDisplayExternal::Perform(uint32_t operation, ...) { argument 319 va_start(args, operation); 322 switch (operation) { 327 DLOGW("Invalid operation %d", operation);
|
H A D | hwc_display_external.h | 43 virtual int Perform(uint32_t operation, ...);
|
/hardware/interfaces/camera/device/ |
H A D | README.md | 43 preview operation with the ICameraDevice@1.0 inteface. 53 operation through the android.hardware.camera2 API. 73 Closely matches the features and operation of the pre-HIDL camera device HAL
|