/hardware/interfaces/automotive/evs/common/utils/default/ |
D | FormatConvert.cpp | 54 float V = Vin - 128.0f; in yuvToRgbx() local 56 float Rf = Y + 1.140f*V; in yuvToRgbx() 57 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx() 162 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32() local 165 *(dst+0) = yuvToRgbx(Y1, U, V, bgrxFormat); in copyYUYVtoRGB32() 166 *(dst+1) = yuvToRgbx(Y2, U, V, bgrxFormat); in copyYUYVtoRGB32()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/interfaces/audio/common/all-versions/ |
D | copyHAL.sh | 160 cp -Tar V$BASE_VERSION_UNDERSCORE V$NEW_VERSION_UNDERSCORE 161 cp -Tar effect/{V$BASE_VERSION_UNDERSCORE,V$NEW_VERSION_UNDERSCORE} 162 local -r FILES=$(find {.,effect}/V$NEW_VERSION_UNDERSCORE -type f)
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IDemux.hal | 86 * @return avSyncHwId the id of hardware A/V sync. 91 * Get current time stamp to use for A/V sync 93 * It is used by the client to get current time stamp for A/V sync. HW is 96 * @param avSyncHwId the hardware id of A/V sync. 99 * INVALID_ARGUMENT if failed for a wrong hardware ID of A/V sync. 101 * @return time the current time stamp of hardware A/V sync. The time stamp
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | VersionMacro.h | 41 #define CPP_VERSION EXPAND_CONCAT_4(V, MAJOR_VERSION, _, MINOR_VERSION)
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 152 * 24-bit format that has 8-bit H, S, and V components, in that order,
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 162 * must watch for +5V power signal to determine the status.
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 657 img.mPlane[img.V].mHorizSubsampling == 2 && in isColorFormatFlexibleYUV() 658 img.mPlane[img.V].mVertSubsampling == 2) { in isColorFormatFlexibleYUV() 676 img.mPlane[img.V].mHorizSubsampling == 2 && in isColorFormatFlexibleYUV() 677 img.mPlane[img.V].mVertSubsampling == 2) { in isColorFormatFlexibleYUV()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_swvdec.cpp | 3204 p_img->mPlane[MediaImage::V].mOffset = stride * scanlines + 1; in describe_color_format() 3205 p_img->mPlane[MediaImage::V].mColInc = 2; in describe_color_format() 3206 p_img->mPlane[MediaImage::V].mRowInc = stride; in describe_color_format() 3207 p_img->mPlane[MediaImage::V].mHorizSubsampling = 2; in describe_color_format() 3208 p_img->mPlane[MediaImage::V].mVertSubsampling = 2; in describe_color_format()
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 193 * Inverse Gamma Correction (IGC): V represents normalized (with [0 to 1]
|