Searched defs:value_size (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
H A DLoadedArsc.cpp309 const size_t value_size = dtohs(value->size); local
310 if (value_size < sizeof(Res_value)) {
315 if (value_size > chunk.size() || offset + entry_size > chunk.size() - value_size) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp612 int value_size) {
613 if (expected_count != (value_size / components)) {
618 value_size / components, value_size);
627 int value_size) {
628 if (value_size % components != 0) {
631 components, value_size);
608 CheckValueCount(const std::string& var_type, const std::string& var_name, int expected_count, int components, int value_size) argument
624 CheckValueMult(const std::string& var_type, const std::string& var_name, int components, int value_size) argument

Completed in 64 milliseconds