Home
last modified time | relevance | path

Searched defs:section (Results 1 – 10 of 10) sorted by relevance

/hardware/libhardware/modules/camera/
DVendorTags.cpp93 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local
111 const Section* section = getSection(tag); in getEntry() local
161 const Section* section = getSection(tag); in getSectionName() local
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3VendorTags.cpp395 uint32_t section = tag >> 16; in get_section_name() local
426 uint32_t section = tag >> 16; in get_tag_name() local
468 uint32_t section = tag >> 16; in get_tag_type() local
/hardware/qcom/audio/hal/
Dplatform_info.c59 static section_t section; variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c162 static void zero_stats(FIRSTPASS_STATS *section) { in zero_stats()
185 static void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats()
209 static void subtract_stats(FIRSTPASS_STATS *section, in subtract_stats()
232 static void avg_stats(FIRSTPASS_STATS *section) { in avg_stats()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c173 static void zero_stats(FIRSTPASS_STATS *section) in zero_stats()
195 static void accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) in accumulate_stats()
217 static void subtract_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) in subtract_stats()
239 static void avg_stats(FIRSTPASS_STATS *section) in avg_stats()
/hardware/bsp/intel/peripheral/libupm/doxy/node/
Dxml2js.js522 var enumGroups = _.find(getChildren(spec_c, 'sectiondef'), function(section) { argument
616 var methods = _.find(getChildren(spec_c, 'sectiondef'), function(section) { argument
668 var vars = _.find(getChildren(spec_c, 'sectiondef'), function(section) { argument
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dobj_int_extract.c714 int16_t section = get_le16(ptr + 12); // section number in parse_coff() local