Searched defs:a_pCfg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp494 void writeHeader(const vpx_codec_enc_cfg_t *a_pCfg, argument
526 .serializeUnsignedInteger(PixelWidth, a_pCfg->g_w)
527 .serializeUnsignedInteger(PixelHeight, a_pCfg->g_h)
534 void writeBlock(const vpx_codec_enc_cfg_t *a_pCfg, argument
543 * (uint64_t) a_pCfg->g_timebase.num / a_pCfg->g_timebase.den;
684 int WebMWriter::writeHeader(const vpx_codec_enc_cfg_t *a_pCfg, const vpx_rational *a_pFps) argument
688 m_Impl->writeHeader(a_pCfg, a_pFps);
697 int WebMWriter::writeBlock(const vpx_codec_enc_cfg_t *a_pCfg, const vpx_codec_cx_pkt_t *a_pPkt) argument
701 m_Impl->writeBlock(a_pCfg, a_pPk
[all...]

Completed in 44 milliseconds