Home
last modified time | relevance | path

Searched refs:entry_bytes (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/common/memory_image/
Ddata-store.cc48 const DataStoreEntryBytes &entry_bytes = it->second; in GetData() local
49 if (!entry_bytes.has_blob_index()) { in GetData()
55 int blob_index = entry_bytes.blob_index(); in GetData()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_subpicture.c172 assert(subpicture.num_palette_entries == 0 && subpicture.entry_bytes == 0); in main()
175 assert(subpicture.num_palette_entries == 16 && subpicture.entry_bytes == 4); in main()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c265 subpicture->entry_bytes = PipeToComponentOrder(tex_templ.format, subpicture->component_order); in XvMCCreateSubpicture()
/external/mesa3d/src/gallium/state_trackers/va/
Dimage.c219 img->entry_bytes = 0; in vlVaDeriveImage()