Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c908 const uint32_t frame_pkt_size = (uint32_t)(cx_pkt->data.frame.sz); in vpx_svc_encode() local
909 si->bytes_sum[si->layer] += frame_pkt_size; in vpx_svc_encode()
912 si->encode_frame_count, si->layer, frame_pkt_size); in vpx_svc_encode()
914 ld_create(cx_pkt->data.frame.buf, (size_t)frame_pkt_size); in vpx_svc_encode()
922 superframe.sizes[superframe.count++] = frame_pkt_size; in vpx_svc_encode()
923 superframe.magnitude |= frame_pkt_size; in vpx_svc_encode()