Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/camera/
DCameraDeviceSession.cpp394 HalStream hs; in configureStreamsStatic() local
/device/generic/vulkan-cereal/third-party/stb/include/stb/
Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 …tic stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_v_2()
3421 …ic stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_h_2()
3451 …ic stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_hv_2()
3476 …bi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_hv_2_simd()
3592 …stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_generic()
3798 int hs,vs; // expansion factor in each axis member
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dstb_image.h3395 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3404 …tic stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_v_2()
3414 …ic stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_h_2()
3444 …ic stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_hv_2()
3469 …bi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_hv_2_simd()
3585 …stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in stbi__resample_row_generic()
3791 int hs,vs; // expansion factor in each axis member
Dtinyexr.h7990 short hs = static_cast<short>(h); in wdec14() local
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h85 inline std::string toString(const hidl_string &hs) { in toString()