HomeSort by relevance Sort by last modified time
    Searched full:portindex (Results 51 - 75 of 85) sorted by null

1 23 4

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 94 void SoftMPEG4::onQueueFilled(OMX_U32 portIndex) {
330 void SoftMPEG4::onPortFlushCompleted(OMX_U32 portIndex) {
331 if (portIndex == 0 && mInitialized) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 101 void SoftAVC::onQueueFilled(OMX_U32 portIndex) {
309 void SoftAVC::onPortFlushCompleted(OMX_U32 portIndex) {
310 if (portIndex == kInputPortIndex) {
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.cpp 54 void MIDIInput::didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp)
MIDIInput.h 53 void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp);
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebMIDIAccessor.h 55 unsigned portIndex,
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 277 void SoftAMR::onQueueFilled(OMX_U32 portIndex) {
431 void SoftAMR::onPortFlushCompleted(OMX_U32 portIndex) {
434 void SoftAMR::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
435 if (portIndex != 1) {
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 264 void SoftVideoDecoderOMXComponent::onPortEnableCompleted(OMX_U32 portIndex, bool enabled) {
265 if (portIndex != kOutputPortIndex) {
OMX.cpp 335 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
338 portIndex, enable, maxFrameWidth, maxFrameHeight);
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_QCOMExtns.h 152 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
363 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
379 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
393 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
413 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
427 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
443 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
485 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
  /hardware/qcom/media/mm-core/inc/
OMX_QCOMExtns.h 168 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
625 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
641 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
655 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
675 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
689 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
705 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
727 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
763 OMX_U32 nPortIndex; /** Portindex which is extended by this structure */
    [all...]
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 259 void SoftFlacEncoder::onQueueFilled(OMX_U32 portIndex) {
261 ALOGV("SoftFlacEncoder::onQueueFilled(portIndex=%ld)", portIndex);
  /frameworks/av/media/libstagefright/include/
OMX.h 75 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 157 IOMX::node_id node, OMX_U32 portIndex,
164 def->nPortIndex = portIndex;
179 IOMX::node_id node, OMX_U32 portIndex,
184 status_t err = getPortDefinition(node, portIndex, &def);
194 node, portIndex, buffer.mMemory, &buffer.mID);
  /frameworks/av/include/media/
IOMX.h 87 node_id node, OMX_U32 portIndex, OMX_BOOL enable,
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 175 void SoftGSM::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 88 void SoftVPX::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 88 virtual void onQueueFilled(OMX_U32 portIndex);
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 166 void SoftRaw::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 273 void SoftAMRNBEncoder::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 185 void SoftG711::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 320 void SoftAMRWBEncoder::onQueueFilled(OMX_U32 portIndex) {
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 379 void SoftAACEncoder::onQueueFilled(OMX_U32 portIndex) {
SoftAACEncoder2.cpp 341 void SoftAACEncoder2::onQueueFilled(OMX_U32 portIndex) {
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /docs/source.android.com/src/source/
initializing.jd 286 <pre><code>$ portindex /Users/Shared/dports

Completed in 304 milliseconds

1 23 4