Searched defs:decode_mode (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/system/chre/api_parser/ |
H A D | chpp_code_generator.py | 449 decode_mode=False): argument 508 def _gen_union_variant_conversion_code(self, member_info, annotation, decode_mode): argument 560 def _gen_conversion_function(self, chre_type, already_generated, decode_mode): argument 633 def _gen_conversion_functions(self, decode_mode): argument
|
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_decompress_symbolic.cpp | 40 astc_decode_mode decode_mode, in lerp_color_int() 86 astc_decode_mode decode_mode, in decompress_symbolic_block()
|
H A D | astc_color_unquantize.cpp | 800 astc_decode_mode decode_mode, in unpack_color_endpoints()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_compress_symbolic.cpp | 70 astcenc_profile decode_mode, in realign_weights_undecimated() 190 astcenc_profile decode_mode, in realign_weights_decimated() 1174 astcenc_profile decode_mode = ctx.config.profile; in compress_block() local
|
D | astcenc_image.cpp | 152 astcenc_profile decode_mode, in load_image_block() 269 astcenc_profile decode_mode, in load_image_block_fast_ldr()
|
D | astcenc_decompress_symbolic.cpp | 38 astcenc_profile decode_mode, in lerp_color_int() 188 astcenc_profile decode_mode, in decompress_symbolic_block()
|
D | astcenc_color_unquantize.cpp | 854 astcenc_profile decode_mode, in unpack_color_endpoints()
|
D | astcenc_entry.cpp | 855 astcenc_profile decode_mode = ctx.config.profile; in compress_image() local
|
D | astcenccli_toplevel.cpp | 43 astcenc_profile decode_mode; member
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | ASTC_Decoder.cpp | 112 astc_decode_mode decode_mode = isUnsignedByte ? DECODE_LDR : DECODE_HDR; in Decode() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 33145 pub decode_mode: Format, field 33188 pub fn decode_mode(mut self, decode_mode: Format) -> Self { in decode_mode() method
|