Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_0/
DVendorTags.cpp95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local
113 const Section* section = getSection(tag); in getEntry() local
165 const Section* section = getSection(tag); in getSectionName() local
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp749 uint32_t section = tag >> 16; in get_section_name() local
782 uint32_t section = tag >> 16; in get_tag_name() local
826 uint32_t section = tag >> 16; in get_tag_type() local
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp983 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D()
1000 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView()
1032 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section, C2Fence fence) in C2ConstGraphicBlock()
1053 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicBlock()
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8909w_3100/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/qcom/sdm845/bt/libbt-vendor/include/
Dhw_ar3k.h134 unsigned section; member
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhw_ar3k.h136 unsigned section; member
/hardware/interfaces/camera/common/1.0/default/
DCameraMetadata.cpp481 const char *section = NULL; in getTagFromName() local
DVendorTagDescriptor.cpp130 status_t VendorTagDescriptor::lookupTag(const String8& name, const String8& section, /*out*/uint32_… in lookupTag() argument
/hardware/qcom/audio/hal/
Dplatform_info.c97 static section_t section; variable
/hardware/google/av/codec2/include/
DC2Buffer.h1704 inline constexpr C2PlanarSection section(const C2Rect &crop) const { in section() function