Home
last modified time | relevance | path

Searched refs:mpp_writer_bytes (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sei.c58 payload_size = mpp_writer_bytes(bit); in h264e_sei_recovery_point_to_packet()
88 sei_size = mpp_writer_bytes(bit); in h264e_sei_recovery_point_to_packet()
158 sei_size = mpp_writer_bytes(bit); in h264e_sei_to_packet()
H A Dh264e_pps.c223 pps_size = mpp_writer_bytes(bit); in h264e_pps_to_packet()
H A Dh264e_sps.c451 sps_size = mpp_writer_bytes(bit); in h264e_sps_to_packet()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_bitwrite.h64 RK_S32 mpp_writer_bytes(MppWriteCtx *ctx);
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c161 size = mpp_writer_bytes(bits); in jpege_start()
329 app_size = mpp_writer_bytes(bits); in jpege_add_Prefix()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_bitwrite.c226 RK_S32 mpp_writer_bytes(MppWriteCtx *ctx) in mpp_writer_bytes() function
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c896 return mpp_writer_bytes(&bitIf); in h265e_code_slice_skip_frame()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c2420 hdr_dynamic_meta->size = mpp_writer_bytes(&bit_ctx); in mpp_av1_get_dlby_rpu()