/external/chromium_org/content/renderer/media/ |
renderer_webmidiaccessor_impl.cc | 28 unsigned port_index, 33 port_index,
|
renderer_webmidiaccessor_impl.h | 26 virtual void sendMIDIData(unsigned port_index,
|
/frameworks/av/media/libstagefright/ |
OMXClient.cpp | 70 node_id node, OMX_U32 port_index, OMX_BOOL enable); 73 node_id node, OMX_U32 port_index, OMX_BOOL enable, 77 node_id node, OMX_U32 port_index, OMX_BOOL enable); 80 node_id node, OMX_U32 port_index, OMX_U32* usage); 83 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 87 node_id node, OMX_U32 port_index, 91 node_id node, OMX_U32 port_index, 95 node_id node, OMX_U32 port_index, 101 node_id node, OMX_U32 port_index, size_t size, 105 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms [all...] |
/external/chromium_org/media/midi/ |
midi_manager.h | 27 // |port_index| represents the specific input port from input_ports(). 31 virtual void ReceiveMIDIData(uint32 port_index, 63 // |port_index| represents the specific output port from output_ports(). 69 uint32 port_index, 91 void ReceiveMIDIData(uint32 port_index,
|
midi_manager_win.h | 25 uint32 port_index,
|
midi_manager.cc | 55 uint32 port_index, 62 (*i)->ReceiveMIDIData(port_index, data, length, timestamp);
|
midi_manager_mac.h | 29 uint32 port_index, 45 uint32 port_index,
|
midi_manager_mac.cc | 109 uint32 port_index, 119 client, port_index, data, timestamp)); 153 uint32 port_index = source_map_[source]; 162 port_index, 170 uint32 port_index, 187 if (static_cast<size_t>(port_index) >= destinations_.size()) 190 MIDIEndpointRef destination = destinations_[port_index];
|
midi_manager_win.cc | 158 int port_index() const { function in class:media::MIDIManagerWin::InDeviceInfo 304 if (len == 0 || port_index() == kInvalidPortIndex) 308 manager_->ReceiveMIDIData(port_index(), kData, len, timestamp.InSecondsF()); 326 if (header->dwBytesRecorded > 0 && port_index() != kInvalidPortIndex) { 560 uint32 port_index, 563 if (out_devices_.size() <= port_index) 577 OutDeviceInfo* out_port = out_devices_[port_index].get();
|
/frameworks/av/media/libstagefright/include/ |
OMX.h | 66 node_id node, OMX_U32 port_index, OMX_BOOL enable); 69 node_id node, OMX_U32 port_index, OMX_U32* usage); 72 node_id node, OMX_U32 port_index, OMX_BOOL enable); 79 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 83 node_id node, OMX_U32 port_index, 87 node_id node, OMX_U32 port_index, 91 node_id node, OMX_U32 port_index, 97 node_id node, OMX_U32 port_index, size_t size, 101 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 105 node_id node, OMX_U32 port_index, buffer_id buffer) [all...] |
/frameworks/av/media/libmedia/ |
IOMX.cpp | 218 node_id node, OMX_U32 port_index, OMX_BOOL enable) { 222 data.writeInt32(port_index); 231 node_id node, OMX_U32 port_index, OMX_U32* usage) { 235 data.writeInt32(port_index); 244 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 249 data.writeInt32(port_index); 267 node_id node, OMX_U32 port_index, 272 data.writeInt32(port_index); 289 node_id node, OMX_U32 port_index, 294 data.writeInt32(port_index); 662 OMX_U32 port_index = data.readInt32(); local 676 OMX_U32 port_index = data.readInt32(); local 691 OMX_U32 port_index = data.readInt32(); local 711 OMX_U32 port_index = data.readInt32(); local 732 OMX_U32 port_index = data.readInt32(); local 749 OMX_U32 port_index = data.readInt32(); local 781 OMX_U32 port_index = data.readInt32(); local 795 OMX_U32 port_index = data.readInt32(); local 812 OMX_U32 port_index = data.readInt32(); local 834 OMX_U32 port_index = data.readInt32(); local 856 OMX_U32 port_index = data.readInt32(); local [all...] |
/frameworks/av/include/media/ |
IOMX.h | 84 node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0; 91 node_id node, OMX_U32 port_index, OMX_BOOL enable) = 0; 94 node_id node, OMX_U32 port_index, OMX_U32* usage) = 0; 97 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 101 node_id node, OMX_U32 port_index, 105 node_id node, OMX_U32 port_index, 109 node_id node, OMX_U32 port_index, 119 node_id node, OMX_U32 port_index, size_t size, 123 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 127 node_id node, OMX_U32 port_index, buffer_id buffer) = 0 [all...] |
/frameworks/av/media/libstagefright/omx/ |
OMX.cpp | 320 node_id node, OMX_U32 port_index, OMX_BOOL enable) { 321 return findInstance(node)->enableGraphicBuffers(port_index, enable); 325 node_id node, OMX_U32 port_index, OMX_U32* usage) { 326 return findInstance(node)->getGraphicBufferUsage(port_index, usage); 330 node_id node, OMX_U32 port_index, OMX_BOOL enable) { 331 return findInstance(node)->storeMetaDataInBuffers(port_index, enable); 342 node_id node, OMX_U32 port_index, const sp<IMemory> ¶ms, 345 port_index, params, buffer); 349 node_id node, OMX_U32 port_index, 352 port_index, graphicBuffer, buffer) [all...] |
/hardware/qcom/msm8x74/kernel-headers/media/ |
msm_vidc.h | 45 unsigned int port_index; member in struct:msm_vidc_aspect_ratio_payload
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_vidc.h | 71 unsigned int port_index; member in struct:msm_vidc_aspect_ratio_payload
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session_unittest.cc | 93 int GetPort(int port_index) { 94 return kPort0 + (port_index * kPortStep); 97 std::string GetPortString(int port_index) { 98 return talk_base::ToString(GetPort(port_index)); 101 // Only works for port_index < 10, which is fine for our purposes. 102 std::string GetUsername(int port_index) { 103 return "username" + std::string(8, talk_base::ToString(port_index)[0]); 106 // Only works for port_index < 10, which is fine for our purposes. 107 std::string GetPassword(int port_index) { 108 return "password" + std::string(8, talk_base::ToString(port_index)[0]) [all...] |
/external/chromium_org/chrome/browser/net/ |
network_stats.cc | 918 uint32 port_index = base::RandInt(0, arraysize(kPorts) - 1); local [all...] |