HomeSort by relevance Sort by last modified time
    Searched refs:withSetter (Results 1 - 25 of 27) sorted by null

1 2

  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 151 .withSetter(Setter<C2PortAllocatorsTuning::input>::NonStrictValuesWithNoDeps)
159 .withSetter(Setter<C2PortAllocatorsTuning::output>::NonStrictValuesWithNoDeps)
167 .withSetter(Setter<C2PortBlockPoolsTuning::output>::NonStrictValuesWithNoDeps)
176 .withSetter(Setter<C2SubscribedParamIndicesTuning>::NonStrictValuesWithNoDeps)
187 .withSetter(Setter<C2CurrentWorkTuning>::NonStrictValuesWithNoDeps)
196 .withSetter(Setter<C2LastWorkQueuedTuning::input>::NonStrictValuesWithNoDeps)
205 .withSetter(Setter<C2LastWorkQueuedTuning::output>::NonStrictValuesWithNoDeps)
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp 65 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
72 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
79 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.h 278 .withSetter(SizeSetter)
286 .withSetter(
294 .withSetter(
C2SoftVpxDec.cpp 72 .withSetter(SizeSetter)
97 .withSetter(ProfileLevelSetter, mSize)
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 66 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
73 .withSetter(
81 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
C2SoftAmrDec.cpp 84 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
91 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
103 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
C2SoftAmrWbEnc.cpp 68 .withSetter((Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps))
75 .withSetter(
83 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp 73 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
80 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
87 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 64 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
71 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
78 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 67 .withSetter(SizeSetter)
89 .withSetter(ProfileLevelSetter, mSize)
123 .withSetter(DefaultColorAspectsSetter)
141 .withSetter(CodedColorAspectsSetter)
159 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects)
173 .withSetter(VuiRotationSetter)
180 .withSetter(RotationSetter, mVuiRotation)
    [all...]
  /hardware/google/av/media/codecs/aac/
C2SoftAacEnc.cpp 67 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
74 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
81 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
C2SoftAacDec.cpp 88 .withSetter(Setter<decltype(*mSampleRate)>::NonStrictValueWithNoDeps)
95 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
102 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
111 .withSetter(Setter<decltype(*mAacFormat)>::StrictValueWithNoDeps)
    [all...]
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp 65 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
72 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
79 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
C2SoftFlacEnc.cpp 57 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
63 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
69 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/opus/
C2SoftOpusDec.cpp 69 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
76 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
83 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.cpp 73 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
80 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
87 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 68 .withSetter(SizeSetter)
78 .withSetter(MaxPictureSizeSetter, mSize)
102 .withSetter(ProfileLevelSetter, mSize)
146 .withSetter(DefaultColorAspectsSetter)
164 .withSetter(CodedColorAspectsSetter)
182 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects)
196 .withSetter(VuiRotationSetter)
203 .withSetter(RotationSetter, mVuiRotation)
    [all...]
C2SoftAvcEnc.cpp 82 .withSetter(SizeSetter)
90 .withSetter(Setter<decltype(*mFrameRate)>::StrictValueWithNoDeps)
97 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
    [all...]
  /hardware/google/av/codec2/vndk/include/util/
C2InterfaceHelper.h 540 inline ParamBuilder &withSetter(
583 inline ParamBuilder &withSetter(
626 return withSetter(fn, std::forward<decltype(deps)>(deps)...);
  /hardware/google/av/media/codecs/mp3/
C2SoftMp3Dec.cpp 69 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
76 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
83 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
  /hardware/google/av/media/codecs/mpeg4_h263/
C2SoftMpeg4Dec.cpp 82 .withSetter(SizeSetter)
100 .withSetter(ProfileLevelSetter, mSize)
118 .withSetter(ProfileLevelSetter, mSize)
C2SoftMpeg4Enc.cpp 95 .withSetter(SizeSetter)
103 .withSetter(
111 .withSetter(
  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.cpp 91 .withSetter((Setter<decltype(*mSampleRate)>::StrictValueWithNoDeps))
98 .withSetter(Setter<decltype(*mChannelCount)>::StrictValueWithNoDeps)
105 .withSetter(Setter<decltype(*mBitrate)>::NonStrictValueWithNoDeps)
114 .withSetter(Setter<decltype(*mAacFormat)>::StrictValueWithNoDeps)
    [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp 63 .withSetter(SizeSetter)
80 .withSetter(ProfileLevelSetter, mSize)
115 .withSetter(DefaultColorAspectsSetter)
133 .withSetter(CodedColorAspectsSetter)
151 .withSetter(ColorAspectsSetter, mDefaultColorAspects, mCodedColorAspects)
    [all...]
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 51 .withSetter(EosSetter)

Completed in 209 milliseconds

1 2