Home
last modified time | relevance | path

Searched refs:mRequestSync (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h220 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member
263 return mRequestSync; in getRequestSync_l()
282 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; variable
DC2SoftVpxEnc.cpp151 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
153 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
154 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
375 mRequestSync = mIntf->getRequestSync_l(); in initEncoder()
808 if (requestSync != mRequestSync) { in process()
818 mRequestSync = requestSync; in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp198 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
200 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
201 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
444 return mRequestSync; in getRequestSync_l()
548 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member in android::C2SoftHevcEnc::IntfImpl
826 mRequestSync = mIntf->getRequestSync_l(); in initEncoder()
1191 if (requestSync != mRequestSync) { in process()
1202 mRequestSync = requestSync; in process()
DC2SoftHevcEnc.h89 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp205 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
207 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
208 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
536 …hared_ptr<C2StreamRequestSyncFrameTuning::output> getRequestSync_l() const { return mRequestSync; } in getRequestSync_l()
548 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member in android::C2SoftAvcEnc::IntfImpl
1741 if (requestSync != mRequestSync) { in process()
1751 mRequestSync = requestSync; in process()
DC2SoftAvcEnc.h194 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member