Home
last modified time | relevance | path

Searched refs:enc_hdr_pkt (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp309 enc_hdr_pkt(NULL), in VpuApiLegacy()
350 if (enc_hdr_pkt) { in ~VpuApiLegacy()
351 mpp_packet_deinit(&enc_hdr_pkt); in ~VpuApiLegacy()
352 enc_hdr_pkt = NULL; in ~VpuApiLegacy()
481 if (NULL == enc_hdr_pkt) { in init()
488 mpp_packet_init(&enc_hdr_pkt, enc_hdr_buf, enc_hdr_buf_size); in init()
491 mpp_assert(enc_hdr_pkt); in init()
492 if (enc_hdr_pkt) { in init()
493 ret = mpi->control(mpp_ctx, MPP_ENC_GET_HDR_SYNC, enc_hdr_pkt); in init()
494 ctx->extradata_size = mpp_packet_get_length(enc_hdr_pkt); in init()
[all …]
H A Dvpu_api_legacy.h95 MppPacket enc_hdr_pkt; variable