Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
Dcamscope_packet_type.cpp230 void fill_camscope_base(camscope_base *scope_struct, uint32_t packet_type, in fill_camscope_base() argument
232 scope_struct->packet_type = packet_type; in fill_camscope_base()
233 scope_struct->size = size; in fill_camscope_base()
252 void fill_camscope_sw_base(camscope_sw_base *scope_struct, in fill_camscope_sw_base() argument
256 fill_camscope_base(&(scope_struct->base), packet_type, size); in fill_camscope_sw_base()
257 scope_struct->timestamp = timestamp; in fill_camscope_sw_base()
258 scope_struct->thread_id = thread_id; in fill_camscope_sw_base()
259 scope_struct->event_name = event_name; in fill_camscope_sw_base()
279 void fill_camscope_timing(camscope_timing *scope_struct, uint32_t packet_type, in fill_camscope_timing() argument
283 fill_camscope_sw_base(&(scope_struct->sw_base), packet_type, size, in fill_camscope_timing()
[all …]