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
342 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
344 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
345 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
408 …hared_ptr<C2StreamRequestSyncFrameTuning::output> getRequestSync_l() const { return mRequestSync; } in getRequestSync_l()
424 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; variable
DC2SoftVpxEnc.cpp125 mRequestSync = mIntf->getRequestSync_l(); in initEncoder()
548 if (requestSync != mRequestSync) { in process()
558 mRequestSync = requestSync; in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp197 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
199 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
200 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
394 return mRequestSync; in getRequestSync_l()
410 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member in android::C2SoftHevcEnc::IntfImpl
631 mRequestSync = mIntf->getRequestSync_l(); in initEncoder()
993 if (requestSync != mRequestSync) { in process()
1004 mRequestSync = requestSync; in process()
DC2SoftHevcEnc.h91 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp189 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
191 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
192 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
394 …hared_ptr<C2StreamRequestSyncFrameTuning::output> getRequestSync_l() const { return mRequestSync; } in getRequestSync_l()
401 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member in android::C2SoftAvcEnc::IntfImpl
1500 if (requestSync != mRequestSync) { in process()
1510 mRequestSync = requestSync; in process()
DC2SoftAvcEnc.h194 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member