HomeSort by relevance Sort by last modified time
    Searched defs:Configure (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 71 bool Configure(media::VideoCodec codec) {
84 EXPECT_FALSE(Configure(media::kUnknownVideoCodec));
90 EXPECT_TRUE(Configure(media::kCodecVP8));
  /external/chromium_org/pdf/
number_image_generator.cc 26 void NumberImageGenerator::Configure(const pp::ImageData& number_background,
page_indicator.cc 40 void PageIndicator::Configure(const pp::Point& origin,
  /external/chromium_org/ppapi/cpp/
media_stream_audio_track.cc 43 int32_t MediaStreamAudioTrack::Configure(
47 return get_interface<PPB_MediaStreamAudioTrack_0_1>()->Configure(
media_stream_video_track.cc 57 int32_t MediaStreamVideoTrack::Configure(
61 return get_interface<PPB_MediaStreamVideoTrack_1_0>()->Configure(
64 return get_interface<PPB_MediaStreamVideoTrack_0_1>()->Configure(
  /external/chromium_org/ppapi/thunk/
ppb_media_stream_audio_track_thunk.cc 26 int32_t Configure(PP_Resource audio_track,
29 VLOG(4) << "PPB_MediaStreamAudioTrack::Configure()";
35 return enter.SetResult(enter.object()->Configure(attrib_list,
95 &Configure,
ppb_media_stream_video_track_thunk.cc 34 int32_t Configure(PP_Resource video_track,
37 VLOG(4) << "PPB_MediaStreamVideoTrack::Configure()";
43 return enter.SetResult(enter.object()->Configure(attrib_list,
124 &Configure,
136 &Configure,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
processing_component.cc 93 return Configure();
96 int ProcessingComponent::Configure() {
  /external/chromium_org/ppapi/c/
ppb_media_stream_audio_track.h 35 * <code>Configure()</code>.
100 * returned buffers. If <code>Configure()</code> is not called, default
101 * settings will be used. Calls to Configure while the plugin holds
109 * track_if->Configure(track, attribs, callback);
119 * completion of <code>Configure()</code>.
123 int32_t (*Configure)(PP_Resource audio_track,
ppb_media_stream_video_track.h 38 * <code>Configure()</code>.
125 * for those unspecified attributes. If <code>Configure()</code> is not
132 * track_if->Configure(track, attribs, callback);
142 * completion of <code>Configure()</code>.
146 * <code>Configure()</code> or <code>GetFrame()</code>, or the plugin
151 int32_t (*Configure)(PP_Resource video_track,
238 * <code>Configure()</code>. The caller should fill it with frame data, and
254 int32_t (*Configure)(PP_Resource video_track,
  /external/chromium_org/ui/ozone/common/chromeos/
native_display_delegate_ozone.cc 49 bool NativeDisplayDelegateOzone::Configure(const ui::DisplaySnapshot& output,
  /external/chromium_org/media/cast/video_sender/
video_encoder_impl_unittest.cc 106 void Configure(int max_unacked_frames) {
124 Configure(3);
166 Configure(6);
208 Configure(12);
  /external/chromium_org/ppapi/proxy/
media_stream_audio_track_resource.cc 43 int32_t MediaStreamAudioTrackResource::Configure(
54 // Do not support configure if audio buffers are held by plugin.
media_stream_video_track_resource.cc 52 int32_t MediaStreamVideoTrackResource::Configure(
63 // Do not support configure, if frames are hold by plugin.
  /external/chromium_org/ui/ozone/platform/dri/chromeos/
native_display_delegate_dri.cc 92 bool NativeDisplayDelegateDri::Configure(const DisplaySnapshot& output,
108 VLOG(1) << "Failed to configure: crtc=" << dri_output.crtc()
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_apitest.cc 73 virtual bool Configure(const api::serial::ConnectionOptions& options) {
serial_connection.cc 126 bool SerialConnection::Configure(
  /external/chromium_org/cloud_print/service/
service_state.cc 212 bool ServiceState::Configure(const std::string& email,
  /external/chromium_org/content/renderer/pepper/
pepper_media_stream_audio_track_host.cc 85 void PepperMediaStreamAudioTrackHost::AudioSink::Configure(
239 audio_sink_.Configure(buffers);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 251 def Configure(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certmod.h 65 virtual HRESULT WINAPI Configure(const BSTR strConfig,BSTR strStorageLocation,LONG Flags) = 0;
79 HRESULT (WINAPI *Configure)(ICertManageModule *This,const BSTR strConfig,BSTR strStorageLocation,LONG Flags);
95 #define ICertManageModule_Configure(This,strConfig,strStorageLocation,Flags) (This)->lpVtbl->Configure(This,strConfig,strStorageLocation,Flags)
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 133 bool Configure(const std::string& json_string) {
291 EXPECT_TRUE(Configure(kConfigConnectable));
304 EXPECT_TRUE(Configure(kConfigConnected));
308 EXPECT_TRUE(Configure(kConfigConnecting));
312 EXPECT_TRUE(Configure(kConfigRequiresPassphrase));
317 EXPECT_TRUE(Configure(kConfigRequiresActivation));
340 EXPECT_TRUE(Configure(
355 EXPECT_TRUE(Configure(
370 EXPECT_TRUE(Configure(
391 EXPECT_TRUE(Configure(kConfigConnected))
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.cc 75 void DataTypeManagerImpl::Configure(syncer::ModelTypeSet desired_types,
140 DVLOG(1) << "Received configure request while configuration in flight. "
287 // Configure empty set to purge data from backend.
304 // the most recent set of desired types, so we just call configure.
307 DVLOG(1) << "Reconfiguring due to previous configure attempt occuring while"
data_type_manager_impl_unittest.cc 217 // Configure the given DTM with the given desired types.
218 void Configure(DataTypeManagerImpl* dtm,
220 dtm->Configure(desired_types, syncer::CONFIGURE_REASON_RECONFIGURATION);
224 // a call to Configure().
269 // Set up a DTM with no controllers, configure it, finish downloading,
275 Configure(dtm_.get(), ModelTypeSet());
285 // Set up a DTM with a single controller, configure it, finish
293 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS));
309 // Set up a DTM with a single controller, configure it, but stop it
319 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS))
    [all...]
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 253 void Configure(bool did_finish,
322 adapter_fetcher->Configure(
441 adapter_fetcher->Configure(true, OK, L"bingo", 1);
602 adapter_fetcher->Configure(true, OK, L"bingo", 1);

Completed in 892 milliseconds

1 2