HomeSort by relevance Sort by last modified time
    Searched full:session_index (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_tonemapper.cpp 177 uint32_t session_index = 0; local
200 error = AcquireToneMapSession(layer, &session_index);
201 fb_session_index_ = INT(session_index);
204 error = AcquireToneMapSession(layer, &session_index);
213 ToneMapSession *session = tone_map_sessions_.at(session_index);
215 DLOGI_IF(kTagClient, "Layer %d associated with session index %d", i, session_index);
253 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
254 ToneMapSession *session = tone_map_sessions_.at(session_index);
264 DLOGI_IF(kTagClient, "Tone map session %d closed.", session_index);
267 int deleted_session = INT(session_index);
    [all...]
hwc_tonemapper.h 113 DisplayError AcquireToneMapSession(Layer *layer, uint32_t *session_index);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_tonemapper.cpp 177 uint32_t session_index = 0; local
199 error = AcquireToneMapSession(layer, &session_index);
200 fb_session_index_ = INT(session_index);
203 error = AcquireToneMapSession(layer, &session_index);
212 ToneMapSession *session = tone_map_sessions_.at(session_index);
251 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
252 ToneMapSession *session = tone_map_sessions_.at(session_index);
264 int deleted_session = INT(session_index);
331 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) {
348 *session_index = i
    [all...]
hwc_tonemapper.h 113 DisplayError AcquireToneMapSession(Layer *layer, uint32_t *session_index);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_tonemapper.cpp 129 uint32_t session_index = 0; local
151 error = AcquireToneMapSession(layer, &session_index);
152 fb_session_index_ = session_index;
155 error = AcquireToneMapSession(layer, &session_index);
164 ToneMapSession *session = tone_map_sessions_.at(session_index);
205 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
206 ToneMapSession *session = tone_map_sessions_.at(session_index);
270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) {
295 *session_index = i;
336 *session_index = UINT32(tone_map_sessions_.size() - 1)
    [all...]
hwc_tonemapper.h 89 DisplayError AcquireToneMapSession(Layer *layer, uint32_t *session_index);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_tonemapper.cpp 129 uint32_t session_index = 0; local
151 error = AcquireToneMapSession(layer, &session_index);
152 fb_session_index_ = session_index;
155 error = AcquireToneMapSession(layer, &session_index);
164 ToneMapSession *session = tone_map_sessions_.at(session_index);
205 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
206 ToneMapSession *session = tone_map_sessions_.at(session_index);
270 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) {
295 *session_index = i;
336 *session_index = UINT32(tone_map_sessions_.size() - 1)
    [all...]
hwc_tonemapper.h 89 DisplayError AcquireToneMapSession(Layer *layer, uint32_t *session_index);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_tonemapper.cpp 177 uint32_t session_index = 0; local
199 error = AcquireToneMapSession(layer, &session_index);
200 fb_session_index_ = session_index;
203 error = AcquireToneMapSession(layer, &session_index);
212 ToneMapSession *session = tone_map_sessions_.at(session_index);
251 uint32_t session_index = UINT32(std::distance(tone_map_sessions_.begin(), it)); local
252 ToneMapSession *session = tone_map_sessions_.at(session_index);
317 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) {
334 *session_index = i;
364 *session_index = UINT32(tone_map_sessions_.size() - 1)
    [all...]
hwc_tonemapper.h 113 DisplayError AcquireToneMapSession(Layer *layer, uint32_t *session_index);
  /external/tensorflow/tensorflow/cc/tutorials/
example_trainer.cc 98 void ConcurrentSteps(const Options* opts, int session_index) {
115 step_threads->Schedule([&session, opts, session_index, step]() {
135 std::printf("%06d/%06d %s\n", session_index, step,

Completed in 796 milliseconds