HomeSort by relevance Sort by last modified time
    Searched refs:core (Results 176 - 200 of 3757) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Program.java 18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
SimpleFrameManager.java 18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.FrameManager;
23 import android.filterfw.core.GLFrame;
24 import android.filterfw.core.NativeFrame;
25 import android.filterfw.core.SimpleFrame;
26 import android.filterfw.core.VertexFrame;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
InputStreamSource.java 20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.GenerateFieldPort;
25 import android.filterfw.core.GenerateFinalPort;
26 import android.filterfw.core.KeyValueMap;
27 import android.filterfw.core.MutableFrameFormat;
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmCcmVacUnavailResourceList.java 18 package com.ti.jfm.core;
20 import com.ti.jfm.core.JFmRxCcmVacResourceOwner;
JFmRxCcmVacUnavailResourceList.java 18 package com.ti.jfm.core;
20 import com.ti.jfm.core.JFmRxCcmVacResourceOwner;
  /prebuilts/tools/common/eclipse/
Android.mk 8 org.eclipse.core.commands_3.4.0.I20080509-2000$(COMMON_JAVA_PACKAGE_SUFFIX) \
12 org.eclipse.core.commands_3.6.0.I20100512-1500$(COMMON_JAVA_PACKAGE_SUFFIX) \
13 org.eclipse.core.expressions_3.4.200.v20100505$(COMMON_JAVA_PACKAGE_SUFFIX) \
14 org.eclipse.core.runtime_3.6.0.v20100505$(COMMON_JAVA_PACKAGE_SUFFIX) \
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 32 This module contains the implementation of the OpenMAX core.
54 extern omx_core_cb_type core[];
141 DEBUG_PRINT("get_cmp_index: cmp_name = %s , core[i].name = %s ,count = %d \n",cmp_name,core[i].name,i);
143 if(!strcmp(cmp_name, core[i].name))
177 if(inst == core[i].inst[j])
179 core[i].inst[j] = NULL;
212 if(inst == core[i].inst[j])
241 if(!strcmp(cmp_name, core[i].name))
245 if(NULL == core[i].inst[j]
    [all...]