Searched defs:thread_context (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/audio/win/
H A Daudio_output_win_unittest.cc693 SyncThreadContext thread_context; local
694 thread_context.sample_rate = params.sample_rate();
695 thread_context.sine_freq = 200.0;
696 thread_context.packet_size_bytes = AudioBus::CalculateMemorySize(params);
697 thread_context.frames = params.frames_per_buffer();
698 thread_context.channels = params.channels();
699 thread_context.socket = &sockets[1];
702 &thread_context, 0, NULL);
/external/chromium_org/v8/src/
H A Dd8.cc1192 Local<Context> thread_context = local
1194 Context::Scope context_scope(thread_context);
/external/v8/src/
H A Dd8.cc1132 Persistent<Context> thread_context = Shell::CreateEvaluationContext(); local
1133 Context::Scope context_scope(thread_context);
1154 thread_context.Dispose();

Completed in 1070 milliseconds