Searched refs:dump_output_layer_ (Results 1 – 2 of 2) sorted by relevance
100 dump_output_layer_(false), output_buffer_(NULL) { in HWCDisplayVirtual()300 if (!dump_frame_count_ || flush_ || !dump_output_layer_) { in DumpOutputBuffer()345 dump_output_layer_ = ((bit_mask_layer_type & (1 << OUTPUT_LAYER_DUMP)) != 0); in SetFrameDumpConfig()347 DLOGI("output_layer_dump_enable %d", dump_output_layer_); in SetFrameDumpConfig()
54 bool dump_output_layer_; variable