Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 10456) sorted by relevance

12345678910>>...419

/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java197 public void registerForRadioStateChanged(Handler h, int what, Object obj) { in registerForRadioStateChanged()
205 public void unregisterForRadioStateChanged(Handler h) { in unregisterForRadioStateChanged()
211 public void registerForImsNetworkStateChanged(Handler h, int what, Object obj) { in registerForImsNetworkStateChanged()
215 public void unregisterForImsNetworkStateChanged(Handler h) { in unregisterForImsNetworkStateChanged()
220 public void registerForOn(Handler h, int what, Object obj) { in registerForOn()
230 public void unregisterForOn(Handler h) { in unregisterForOn()
238 public void registerForAvailable(Handler h, int what, Object obj) { in registerForAvailable()
249 public void unregisterForAvailable(Handler h) { in unregisterForAvailable()
256 public void registerForNotAvailable(Handler h, int what, Object obj) { in registerForNotAvailable()
267 public void unregisterForNotAvailable(Handler h) { in unregisterForNotAvailable()
[all …]
DCommandsInterface.java172 void registerForRadioStateChanged(Handler h, int what, Object obj); in registerForRadioStateChanged()
173 void unregisterForRadioStateChanged(Handler h); in unregisterForRadioStateChanged()
175 void registerForVoiceRadioTechChanged(Handler h, int what, Object obj); in registerForVoiceRadioTechChanged()
177 void unregisterForVoiceRadioTechChanged(Handler h); in unregisterForVoiceRadioTechChanged()
179 void registerForImsNetworkStateChanged(Handler h, int what, Object obj); in registerForImsNetworkStateChanged()
180 void unregisterForImsNetworkStateChanged(Handler h); in unregisterForImsNetworkStateChanged()
189 void registerForOn(Handler h, int what, Object obj); in registerForOn()
191 void unregisterForOn(Handler h); in unregisterForOn()
200 void registerForAvailable(Handler h, int what, Object obj); in registerForAvailable()
202 void unregisterForAvailable(Handler h); in unregisterForAvailable()
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java69 public void registerForRadioStateChanged(Handler h, int what, Object obj) { in registerForRadioStateChanged()
74 public void unregisterForRadioStateChanged(Handler h) { in unregisterForRadioStateChanged()
79 public void registerForVoiceRadioTechChanged(Handler h, int what, Object obj) { in registerForVoiceRadioTechChanged()
84 public void unregisterForVoiceRadioTechChanged(Handler h) { in unregisterForVoiceRadioTechChanged()
89 public void registerForImsNetworkStateChanged(Handler h, int what, Object obj) { in registerForImsNetworkStateChanged()
94 public void unregisterForImsNetworkStateChanged(Handler h) { in unregisterForImsNetworkStateChanged()
99 public void registerForOn(Handler h, int what, Object obj) { in registerForOn()
104 public void unregisterForOn(Handler h) { in unregisterForOn()
109 public void registerForAvailable(Handler h, int what, Object obj) { in registerForAvailable()
114 public void unregisterForAvailable(Handler h) { in unregisterForAvailable()
[all …]
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/tangorpro-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/lynx-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/lynx-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/felix-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/pantah-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/shusky-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/comet-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/pantah-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/comet-kernels/6.1/25Q1-12919773/kernel-headers/linux/
Dvideodev2_exynos_media.h46 #define NV12N_Y_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
47 #define NV12N_CBCR_SIZE(w,h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
48 #define NV12N_CBCR_BASE(base,w,h) ((base) + NV12N_Y_SIZE((w), (h))) argument
49 #define NV12N_10B_Y_8B_SIZE(w,h) (__ALIGN_UP((w), 64) * __ALIGN_UP((h), 16) + 256) argument
50 #define NV12N_10B_Y_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * __ALIGN_UP((h), 16) + 64)) argument
51 #define NV12N_10B_CBCR_8B_SIZE(w,h) \ argument
53 #define NV12N_10B_CBCR_2B_SIZE(w,h) ((__ALIGN_UP((w) / 4, 16) * (__ALIGN_UP((h), 16) / 2) + 64)) argument
54 #define NV12N_10B_CBCR_BASE(base,w,h) ((base) + NV12N_10B_Y_8B_SIZE((w), (h)) + NV12N_10B_Y_2B_SIZE… argument
55 #define YUV420N_Y_SIZE(w,h) (__ALIGN_UP((w), 16) * __ALIGN_UP((h), 16) + 256) argument
56 #define YUV420N_CB_SIZE(w,h) \ argument
[all …]
/aosp_15_r20/device/google/felix-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/shusky-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/tangorpro-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/original-kernel-headers/linux/
Dvideodev2_exynos_media.h92 #define NV12N_Y_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16)) argument
93 #define NV12N_CBCR_SIZE(w, h) (NV12N_STRIDE(w) * __ALIGN_UP((h), 16) / 2) argument
94 #define NV12N_CBCR_BASE(base, w, h) \ argument
96 #define NV12N_10B_Y_8B_SIZE(w, h) \ argument
98 #define NV12N_10B_Y_2B_SIZE(w, h) \ argument
100 #define NV12N_10B_CBCR_8B_SIZE(w, h) \ argument
102 #define NV12N_10B_CBCR_2B_SIZE(w, h) \ argument
104 #define NV12N_10B_CBCR_BASE(base, w, h) \ argument
107 #define YUV420N_Y_SIZE(w, h) \ argument
109 #define YUV420N_CB_SIZE(w, h) \ argument
[all …]
/aosp_15_r20/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DStreamHandlerTest.java102 StreamHandler h = new StreamHandler(); in testConstructor_NoParameter_NoProperties() local
128 StreamHandler h = new StreamHandler(); in testConstructor_NoParameter_ValidProperties() local
153 StreamHandler h = new StreamHandler(); in testConstructor_NoParameter_InvalidProperties() local
177 StreamHandler h = new StreamHandler(new ByteArrayOutputStream(), in testConstructor_HasParameters_NoProperties() local
205 StreamHandler h = new StreamHandler(new ByteArrayOutputStream(), in testConstructor_HasParameters_ValidProperties() local
231 StreamHandler h = new StreamHandler(new ByteArrayOutputStream(), in testConstructor_HasParameters_InvalidProperties() local
301 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_NormalClose() local
321 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_Exception() local
334 StreamHandler h = new StreamHandler(aos, new MockFormatter()); in testClose_SufficientPrivilege_DirectClose() local
350 StreamHandler h = new StreamHandler(); in testClose_NoOutputStream() local
[all …]
/aosp_15_r20/frameworks/av/media/libstagefright/tests/
H A DVideoRenderQualityTracker_test.cpp416 Helper h(16.66, c); in TEST_F() local
428 Helper h(16.66, c); in TEST_F() local
444 Helper h(16.66, c); in TEST_F() local
461 Helper h(16.66, c); in TEST_F() local
477 Helper h(16.66, c); in TEST_F() local
490 Helper h(16.66, c); in TEST_F() local
576 Helper h(16.66, c); in TEST_F() local
586 Helper h(16.66, c); in TEST_F() local
597 Helper h(41.66, c); in TEST_F() local
607 Helper h(41.66, c); in TEST_F() local
[all …]

12345678910>>...419