/hardware/intel/common/wrs_omxil_core/utils/src/ |
D | audio_parser.c | 45 layer_index : 2, member 57 layer_index : 2, 341 unsigned int version_index, layer_index, bitrate_index, samplingrate_index; in mp3_header_parse() local 363 layer_index = header.layer_index; in mp3_header_parse() 372 if (layer_index > 0x3 || layer_index < 0x1) { in mp3_header_parse() 373 LOGE("invalid layer index (%d)\n", layer_index); in mp3_header_parse() 390 pbitrate_table = ppbitrate_table[layer_index]; in mp3_header_parse() 393 *layer = layer_index; in mp3_header_parse() 407 LOGV(" layer: 0x%x, %s\n", header.layer_index, in mp3_header_parse() 408 layer_string[header.layer_index]); in mp3_header_parse() [all …]
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_device.cpp | 185 uint32_t layer_index = hw_layer_info.index[i]; in Validate() local 186 Layer *layer = stack->layers.at(layer_index); in Validate() 374 uint32_t layer_index = hw_layer_info.index[i]; in Commit() local 375 LayerBuffer *input_buffer = stack->layers.at(layer_index)->input_buffer; in Commit() 467 uint32_t layer_index = hw_layer_info.index[i]; in Commit() local 468 LayerBuffer *input_buffer = stack->layers.at(layer_index)->input_buffer; in Commit() 476 if (std::find(fence_dup_flag.begin(), fence_dup_flag.end(), layer_index) == in Commit() 479 fence_dup_flag.push_back(layer_index); in Commit()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 579 uint32_t layer_index = hw_layers_.info.index[i]; in AppendDump() local 580 Layer *layer = hw_layers_.info.stack->layers.at(layer_index); in AppendDump() 597 snprintf(idx, sizeof(idx), "%d", layer_index); in AppendDump()
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 457 int32_t layer_index = -1; member
|
/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
D | hw_info_types.h | 464 int32_t layer_index = -1; member
|
/hardware/qcom/display/msm8909/sdm/include/private/ |
D | hw_info_types.h | 465 int32_t layer_index = -1; member
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | display_base.cpp | 588 uint32_t layer_index = hw_layers_.info.index[i]; in AppendDump() local 590 Layer *sdm_layer = hw_layers_.info.stack->layers.at(layer_index); in AppendDump() 603 snprintf(idx, sizeof(idx), "%d", layer_index); in AppendDump()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | display_base.cpp | 572 uint32_t layer_index = hw_layers_.info.index[i]; in AppendDump() local 574 Layer *sdm_layer = hw_layers_.info.stack->layers.at(layer_index); in AppendDump() 587 snprintf(idx, sizeof(idx), "%d", layer_index); in AppendDump()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 1003 if (hdr_layer_info.operation == HWHDRLayerInfo::kSet && hdr_layer_info.layer_index > -1) { in UpdateHDRMetaData() 1004 hdr_layer = *(hw_layers->info.stack->layers.at(UINT32(hdr_layer_info.layer_index))); in UpdateHDRMetaData()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 1015 if (hdr_layer_info.operation == HWHDRLayerInfo::kSet && hdr_layer_info.layer_index > -1) { in UpdateHDRMetaData() 1016 hdr_layer = *(hw_layers->info.stack->layers.at(UINT32(hdr_layer_info.layer_index))); in UpdateHDRMetaData()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_hdmi.cpp | 1026 if (hdr_layer_info.operation == HWHDRLayerInfo::kSet && hdr_layer_info.layer_index > -1) { in UpdateHDRMetaData() 1027 hdr_layer = *(hw_layers->info.stack->layers.at(UINT32(hdr_layer_info.layer_index))); in UpdateHDRMetaData()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | display_base.cpp | 587 uint32_t layer_index = hw_layers_.info.index[i]; in Dump() local 600 snprintf(idx, sizeof(idx), "%d", layer_index); in Dump()
|