Home
last modified time | relevance | path

Searched defs:section (Results 1 – 6 of 6) 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/audio/hal/
Dplatform_info.c51 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/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
/hardware/intel/img/libdrm/libdrm/radeon/
Dradeon_cs.h72 int section; member