Searched refs:mReqFrameCount (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioRecord.cpp | 353 mReqFrameCount = frameCount; in set() 725 mFrameCount, mReqFrameCount); in dump() 816 input.frameCount = mReqFrameCount; in createRecord_l() 852 mReqFrameCount, output.frameCount); in createRecord_l() 908 if (output.frameCount < mReqFrameCount || (mReqFrameCount == 0 && output.frameCount == 0)) { in createRecord_l() 911 mReqFrameCount, output.frameCount); in createRecord_l() 943 if (mFrameCount > mReqFrameCount) { in createRecord_l() 944 mReqFrameCount = mFrameCount; in createRecord_l()
|
H A D | AudioTrack.cpp | 416 mReqFrameCount = mFrameCount = frameCount; in set() 1795 input.frameCount = mReqFrameCount; in createTrack_l() 1876 __func__, mPortId, mReqFrameCount, mFrameCount); in createTrack_l() 1882 __func__, mPortId, mReqFrameCount, mFrameCount); in createTrack_l() 1927 if (mFrameCount > mReqFrameCount) { in createTrack_l() 1928 mReqFrameCount = mFrameCount; in createTrack_l() 3405 mFrameCount, mReqFrameCount); in dump()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioRecord.h | 704 size_t mReqFrameCount; // frame count to request the first or next time variable
|
H A D | AudioTrack.h | 1165 size_t mReqFrameCount; // frame count to request the first or next time variable
|