Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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.c186 pps_size = mpp_writer_bytes(bit); in h264e_pps_to_packet()
H A Dh264e_sps.c447 sps_size = mpp_writer_bytes(bit); in h264e_sps_to_packet()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_bitwrite.h64 RK_S32 mpp_writer_bytes(MppWriteCtx *ctx);
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_bitwrite.c226 RK_S32 mpp_writer_bytes(MppWriteCtx *ctx) in mpp_writer_bytes() function
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c464 size = mpp_writer_bytes(bits); in jpege_start()
575 app_size = mpp_writer_bytes(bits); in jpege_add_Prefix()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c789 return mpp_writer_bytes(&bitIf); in h265e_code_slice_skip_frame()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c2417 hdr_dynamic_meta->size = mpp_writer_bytes(&bit_ctx); in mpp_av1_get_dolby_rpu()