HomeSort by relevance Sort by last modified time
    Searched refs:appData (Results 76 - 84 of 84) sorted by null

1 2 34

  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 418 OMX_IN OMX_PTR appData,
427 (unsigned) appData);
463 qc_omx_component_set_callbacks(hComp,callBacks,appData);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 63 OMX_PTR appData,
65 : SimpleSoftOMXComponent(name, callbacks, appData, component),
592 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
593 return new android::SoftMPEG4(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 76 OMX_PTR appData,
78 : SimpleSoftOMXComponent(name, callbacks, appData, component),
704 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
705 return new android::SoftMPEG4Encoder(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 62 OMX_PTR appData,
64 : SimpleSoftOMXComponent(name, callbacks, appData, component),
559 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
560 return new android::SoftAVC(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/include/
SoftOMXComponent.h 33 OMX_PTR appData,
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /packages/apps/Nfc/src/com/android/nfc/nxp/
NativeNfcTag.java 645 byte[] appData = new byte[4];
648 System.arraycopy(mTechPollBytes[i], 0, appData, 0, 4);
651 extras.putByteArray(NfcB.EXTRA_APPDATA, appData);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 166 OMX_PTR appData,
168 : SimpleSoftOMXComponent(name, callbacks, appData, component),
888 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
889 return new android::SoftAVCEncoder(name, callbacks, appData, component);
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 32 OMX_PTR appData,
34 : SoftOMXComponent(name, callbacks, appData, component),

Completed in 231 milliseconds

1 2 34