Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/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()
428 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()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp144 DefineParam(mRequestSync, C2_PARAMKEY_REQUEST_SYNC_FRAME) in IntfImpl()
146 .withFields({C2F(mRequestSync, value).oneOf({ C2_FALSE, C2_TRUE }) }) in IntfImpl()
147 .withSetter(Setter<decltype(*mRequestSync)>::NonStrictValueWithNoDeps) in IntfImpl()
325 …hared_ptr<C2StreamRequestSyncFrameTuning::output> getRequestSync_l() const { return mRequestSync; } in getRequestSync_l()
335 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member in android::C2SoftAvcEnc::IntfImpl
1364 if (requestSync != mRequestSync) { in process()
1374 mRequestSync = requestSync; in process()
DC2SoftAvcEnc.h192 std::shared_ptr<C2StreamRequestSyncFrameTuning::output> mRequestSync; member