/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); 56 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE;
|
MIDIOutput.h | 46 static PassRefPtr<MIDIOutput> create(MIDIAccess*, unsigned portIndex, ExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version); 59 MIDIOutput(MIDIAccess*, unsigned portIndex, ExecutionContext*, const String& id, const String& manufacturer, const String& name, const String& version);
|
MIDIAccess.h | 76 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) OVERRIDE; 79 void sendMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStampInMilliseconds);
|
MIDIAccessorClient.h | 44 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
|
/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/raw/ |
SoftRaw.h | 42 virtual void onQueueFilled(OMX_U32 portIndex);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Android.cpp | 610 OMX_U32 portIndex = pANBParams->nPortIndex; 620 if (portIndex >= pExynosComponent->portParam.nPorts) { 690 OMX_U32 portIndex = pANBParams->nPortIndex; 701 if (portIndex >= pExynosComponent->portParam.nPorts) { 706 pExynosPort = &pExynosComponent->pExynosPort[portIndex]; 715 if ((portIndex == OUTPUT_PORT_INDEX) && 729 OMX_U32 portIndex = pANBParams->nPortIndex; 734 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "%s: OMX_IndexParamUseAndroidNativeBuffer, portIndex: %d", __func__, portIndex); 742 if (portIndex >= pExynosComponent->portParam.nPorts) [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 138 virtual PortMode getPortMode(OMX_U32 portIndex); 270 virtual PortMode getPortMode(OMX_U32 portIndex); 288 virtual PortMode getPortMode(OMX_U32 portIndex); 469 status_t ACodec::allocateBuffersOnPort(OMX_U32 portIndex) { 470 CHECK(portIndex == kPortIndexInput || portIndex == kPortIndexOutput); 472 CHECK(mDealer[portIndex] == NULL); 473 CHECK(mBuffers[portIndex].isEmpty()); 476 if (mNativeWindow != NULL && portIndex == kPortIndexOutput) { 485 def.nPortIndex = portIndex; [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.cpp | 189 void SoftMP3::onQueueFilled(OMX_U32 portIndex) { 326 void SoftMP3::onPortFlushCompleted(OMX_U32 portIndex) { 327 if (portIndex == 0) { 335 void SoftMP3::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { 336 if (portIndex != 1) {
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 244 void SoftVorbis::onQueueFilled(OMX_U32 portIndex) { 252 if (portIndex == 0 && mInputBufferCount < 2) { 403 void SoftVorbis::onPortFlushCompleted(OMX_U32 portIndex) { 404 if (portIndex == 0 && mState != NULL) { 431 void SoftVorbis::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { 432 if (portIndex != 1) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/ |
Exynos_OMX_Adec.c | [all...] |
/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) { }
|
WebMIDIAccessorClient.h | 46 virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
SoftAVCEncoder.h | 46 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
SoftFlacEncoder.h | 48 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
SoftMPEG4Encoder.h | 44 virtual void onQueueFilled(OMX_U32 portIndex);
|
/frameworks/av/media/libstagefright/include/ |
SoftVideoDecoderOMXComponent.h | 48 virtual void onPortEnableCompleted(OMX_U32 portIndex, bool enabled);
|
/frameworks/av/include/media/stagefright/ |
MediaCodec.h | 229 void returnBuffersToCodecOnPort(int32_t portIndex); 230 size_t updateBuffers(int32_t portIndex, const sp<AMessage> &msg); 233 ssize_t dequeuePortBuffer(int32_t portIndex);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | 246 VPP_DPRINT("VPP::Inside the AllocateBuffer portindex =%ld\n",nPortIndex); 1098 OMX_U32 portindex = pComponentParam->nPortIndex; local [all...] |
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 303 void SoftAAC2::onQueueFilled(OMX_U32 portIndex) { 315 if (portIndex == 0 && mInputBufferCount == 0) { 579 void SoftAAC2::onPortFlushCompleted(OMX_U32 portIndex) { 580 if (portIndex == 0) { 612 void SoftAAC2::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) { 613 if (portIndex != 1) {
|