Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_parse.py306 def channel_type(self): member in Format
315 return self.is_pure_color() and self.channel_type() == SIGNED
318 return self.is_pure_color() and self.channel_type() == UNSIGNED
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h491 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
DQCamera2HWI.cpp10401 bool QCamera2HardwareInterface::needFDMetadata(qcamera_ch_type_enum_t channel_type) in needFDMetadata() argument
10405 if(channel_type == QCAMERA_CH_TYPE_ZSL){ in needFDMetadata()