HomeSort by relevance Sort by last modified time
    Searched defs:mIntf (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/av/media/codec2/components/g711/
C2SoftG711Dec.h 45 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/raw/
C2SoftRawDec.h 45 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/aac/
C2SoftAacEnc.h 49 std::shared_ptr<IntfImpl> mIntf;
C2SoftAacDec.h 52 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/amr_nb_wb/
C2SoftAmrDec.h 50 std::shared_ptr<IntfImpl> mIntf;
C2SoftAmrNbEnc.h 47 std::shared_ptr<IntfImpl> mIntf;
C2SoftAmrWbEnc.h 47 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/flac/
C2SoftFlacDec.h 51 std::shared_ptr<IntfImpl> mIntf;
C2SoftFlacEnc.h 64 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/gsm/
C2SoftGsmDec.h 55 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/mp3/
C2SoftMp3Dec.h 58 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/opus/
C2SoftOpusDec.h 51 std::shared_ptr<IntfImpl> mIntf;
C2SoftOpusEnc.h 55 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/vorbis/
C2SoftVorbisDec.h 53 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/hidl/1.0/utils/
ComponentInterface.cpp 50 mIntf{intf} {
58 return mIntf->config_vb(params, mayBlock, failures);
66 return mIntf->query_vb({}, indices, mayBlock, params);
72 return mIntf->querySupportedParams_nb(params);
78 return mIntf->querySupportedValues_vb(fields, mayBlock);
82 std::shared_ptr<C2ComponentInterface> mIntf;
InputSurface.cpp 73 mIntf(intf),
84 return mIntf->query({}, indices, mayBlock, params);
92 c2_status_t err = mIntf->config(params, mayBlock, failures);
93 if (mIntf->eos()) {
107 return mIntf->querySupportedParams(params);
113 return mIntf->querySupportedValues(fields, mayBlock);
117 const std::shared_ptr<InputSurface::Interface> mIntf;
163 mIntf{std::make_shared<Interface>(reflector)},
166 mIntf, source))} {
  /frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Configurable.h 124 std::unique_ptr<ConfigurableC2Intf> mIntf;
InputSurface.h 68 std::shared_ptr<Interface> mIntf;
  /frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Dec.h 56 std::shared_ptr<IntfImpl> mIntf;
C2SoftMpeg4Enc.h 53 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.h 50 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.h 66 std::shared_ptr<IntfImpl> mIntf;
  /frameworks/av/media/codec2/components/xaac/
C2SoftXaacDec.h 72 std::shared_ptr<IntfImpl> mIntf;
  /external/v4l2_codec2/tests/
C2VDACompIntf_test.cpp 41 mIntf = std::shared_ptr<C2ComponentInterface>(new SimpleInterface<C2VDAComponent::IntfImpl>(
69 std::shared_ptr<C2ComponentInterface> mIntf;
89 //ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures));
90 mIntf->config_vb(params, C2_DONT_BLOCK, &failures);
101 ASSERT_EQ(C2_OK, mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr));
108 ASSERT_EQ(C2_OK, mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr));
118 ASSERT_EQ(C2_OK, mIntf->query_vb({}, {index}, C2_DONT_BLOCK, &heapParams));
127 ASSERT_EQ(C2_OK, mIntf->query_vb({}, {index}, C2_DONT_BLOCK, &heapParams));
136 ASSERT_EQ(C2_OK, mIntf->config_vb(params, C2_DONT_BLOCK, &failures));
143 ASSERT_EQ(C2_OK, mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr))
    [all...]
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.h 143 std::shared_ptr<IntfImpl> mIntf;

Completed in 251 milliseconds

1 2