Home
last modified time | relevance | path

Searched refs:PPS_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_const.h85 #if !defined(PPS_BUFFER_SIZE)
86 #define PPS_BUFFER_SIZE 16 macro
/third_party/openh264/test/encoder/
DEncUT_SliceBufferReallocate.cpp260 …st int32_t kiPpsSize = pCtx->pFuncList->pParametersetStrategy->GetNeededPpsNum() * PPS_BUFFER_SIZE; in InitFrameBsBuffer()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp1576 …nt32_t kiPpsSize = (*ppCtx)->pFuncList->pParametersetStrategy->GetNeededPpsNum() * PPS_BUFFER_SIZE; in RequestMemorySvc()