Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dhi_liteplayer.h63 uint32_t u32VideoEsBufSize; /* video es stream cache buf size.[1k,200M] unit:byte; member
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp842 if ((createParam.u32VideoEsBufSize < AV_ESBUF_SIZE_MIN && createParam.u32VideoEsBufSize > 0) in CreatePlayerParamCheck()
843 || createParam.u32VideoEsBufSize > VIDEO_ESBUF_SIZE_LIMIT) { in CreatePlayerParamCheck()
844 MEDIA_ERR_LOG("video esbuffer illegal %u", createParam.u32VideoEsBufSize); in CreatePlayerParamCheck()
849 MEDIA_ERR_LOG("audio esbuffer illegal %u", createParam.u32VideoEsBufSize); in CreatePlayerParamCheck()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp162 playerParam_.u32VideoEsBufSize = DEFAULT_POS_NOFITY_INTERVAL; in PlayerControl()
645 streamAttr_.videoBufSize = playerParam_.u32VideoEsBufSize; in SetStreamAttr()