Home
last modified time | relevance | path

Searched refs:layer_index (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/src/
Daudio_parser.c45 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/
Dhw_device.cpp184 uint32_t layer_index = hw_layer_info.index[i]; in Validate() local
185 Layer &layer = stack->layers[layer_index]; in Validate()
344 uint32_t layer_index = hw_layer_info.index[i]; in Commit() local
345 LayerBuffer *input_buffer = stack->layers[layer_index].input_buffer; in Commit()
436 uint32_t layer_index = hw_layer_info.index[i]; in Commit() local
437 LayerBuffer *input_buffer = stack->layers[layer_index].input_buffer; in Commit()
445 if (std::find(fence_dup_flag.begin(), fence_dup_flag.end(), layer_index) == in Commit()
448 fence_dup_flag.push_back(layer_index); in Commit()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c767 int layer, layer_index; in set_svc_parameters() local
789 layer_index = layer + VPX_SS_MAX_LAYERS - si->layers; in set_svc_parameters()
793 svc_params.min_quantizer = si->quantizer_keyframe[layer_index]; in set_svc_parameters()
794 svc_params.max_quantizer = si->quantizer_keyframe[layer_index]; in set_svc_parameters()
796 svc_params.min_quantizer = si->quantizer[layer_index]; in set_svc_parameters()
797 svc_params.max_quantizer = si->quantizer[layer_index]; in set_svc_parameters()
/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.cpp583 uint32_t layer_index = hw_layers_.info.index[i]; in AppendDump() local
584 Layer &layer = hw_layers_.info.stack->layers[layer_index]; in AppendDump()
595 snprintf(idx, sizeof(idx), "%d", layer_index); in AppendDump()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.h152 bool IsLayerUpdating(hwc_display_contents_1_t *content_list, int layer_index);
Dhwc_display.cpp845 bool HWCDisplay::IsLayerUpdating(hwc_display_contents_1_t *content_list, int layer_index) { in IsLayerUpdating() argument
846 hwc_layer_1_t &hwc_layer = content_list->hwLayers[layer_index]; in IsLayerUpdating()
847 LayerCache &layer_cache = layer_stack_cache_.layer_cache[layer_index]; in IsLayerUpdating()