/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccessor.h | 50 void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp); 60 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
|
MIDIOutput.h | 45 static MIDIOutput* create(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version); 58 MIDIOutput(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version);
|
MIDIOutput.cpp | 176 MIDIOutput* MIDIOutput::create(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version) 179 return adoptRefCountedGarbageCollectedWillBeNoop(new MIDIOutput(access, portIndex, id, manufacturer, name, version)); 182 MIDIOutput::MIDIOutput(MIDIAccess* access, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version) 184 , m_portIndex(portIndex)
|
MIDIAccess.h | 88 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE; 91 void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds);
|
MIDIAccessInitializer.h | 54 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE { }
|
MIDIAccessorClient.h | 44 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Android.cpp | 588 OMX_U32 portIndex = pANBParams->nPortIndex; 598 if (portIndex >= pExynosComponent->portParam.nPorts) { 668 OMX_U32 portIndex = pANBParams->nPortIndex; 679 if (portIndex >= pExynosComponent->portParam.nPorts) { 684 pExynosPort = &pExynosComponent->pExynosPort[portIndex]; 693 if ((portIndex == OUTPUT_PORT_INDEX) && 699 } else if ((portIndex == OUTPUT_PORT_INDEX) && 713 OMX_U32 portIndex = pANBParams->nPortIndex; 718 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "%s: OMX_IndexParamUseAndroidNativeBuffer, portIndex: %d", __func__, portIndex); [all...] |
/frameworks/av/include/media/stagefright/ |
MediaCodec.h | 276 void returnBuffersToCodecOnPort(int32_t portIndex); 277 size_t updateBuffers(int32_t portIndex, const sp<AMessage> &msg); 280 ssize_t dequeuePortBuffer(int32_t portIndex); 283 size_t portIndex, size_t index,
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.h | 44 virtual void onQueueFilled(OMX_U32 portIndex);
|
SoftAACEncoder2.h | 43 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.h | 41 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.h | 46 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
SoftG711.h | 40 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
SoftGSM.h | 44 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
SoftMPEG4Encoder.h | 50 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.h | 40 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/raw/ |
SoftRaw.h | 42 virtual void onQueueFilled(OMX_U32 portIndex);
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderPAVC.h | 32 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 185 virtual PortMode getPortMode(OMX_U32 portIndex); 315 virtual PortMode getPortMode(OMX_U32 portIndex); 333 virtual PortMode getPortMode(OMX_U32 portIndex); 523 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { 524 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput); 526 CHECK(mDealer[portIndex] == NULL); 527 CHECK(mBuffers[portIndex].isEmpty()); 530 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) { 539 def.nPortIndex = portIndex; [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.cpp | 208 void SoftMP3::onQueueFilled(OMX_U32 /* portIndex */) { 349 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { 350 if (portIndex == 0) { 361 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { 362 if (portIndex != 1) {
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 246 void SoftVorbis::onQueueFilled(OMX_U32 portIndex) { 254 if (portIndex == 0 && mInputBufferCount < 2) { 415 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) { 416 if (portIndex == 0 && mState != NULL) { 445 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { 446 if (portIndex != 1) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/ |
Exynos_OMX_Adec.c | [all...] |
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
SoftHEVC.h | 62 virtual void onQueueFilled(OMX_U32 portIndex); 63 virtual void onPortFlushCompleted(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/include/ |
OMX.h | 75 node_id node, OMX_U32 portIndex, OMX_BOOL enable, 79 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebMIDIAccessor.h | 44 virtual void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) { }
|