Home
last modified time | relevance | path

Searched defs:image_bytes (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_simple_image_pitch.cpp36 size_t image_bytes = imageW * imageH * pixel_bytes; in test_simple_read_image_pitch() local
99 size_t image_bytes = imageW * imageH * pixel_bytes; in test_simple_write_image_pitch() local
/aosp_15_r20/external/googleapis/google/cloud/automl/v1/
H A Ddata_items.proto39 bytes image_bytes = 1; field
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1/src/main/proto/google/cloud/automl/v1/
H A Ddata_items.proto39 bytes image_bytes = 1; field
/aosp_15_r20/external/libpng/contrib/gregbook/
H A Dwpng.c706 ulg image_bytes; in main() local
/aosp_15_r20/external/google-cloud-java/java-automl/proto-google-cloud-automl-v1beta1/src/main/proto/google/cloud/automl/v1beta1/
H A Ddata_items.proto42 bytes image_bytes = 1; field
/aosp_15_r20/external/googleapis/google/cloud/automl/v1beta1/
H A Ddata_items.proto42 bytes image_bytes = 1; field
/aosp_15_r20/external/mesa3d/src/glx/
H A Dindirect_texture_compression.c48 size_t image_bytes; in __indirect_glGetCompressedTexImage() local
/aosp_15_r20/external/googleapis/google/cloud/datalabeling/v1beta1/
H A Dannotation.proto243 bytes image_bytes = 3; field
/aosp_15_r20/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/
H A Dannotation.proto243 bytes image_bytes = 3; field
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1/
H A Dsearch_service.proto68 string image_bytes = 1; field
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1alpha/
H A Dsearch_service.proto69 string image_bytes = 1; field
/aosp_15_r20/external/googleapis/google/cloud/discoveryengine/v1beta/
H A Dsearch_service.proto68 string image_bytes = 1; field
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp1527 uint32_t image_bytes = dim_x * dim_y * dim_z * image_components * (bitness / 8); in store_ktx_uncompressed_image() local
2158 uint32_t image_bytes = dim_x * dim_y * dim_z * image_components * (bitness / 8); in store_dds_uncompressed_image() local
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngfix.c838 udigit image_bytes[5]; member