Searched refs:encoded_packet (Results 1 – 1 of 1) sorted by relevance
604 const vpx_codec_cx_pkt_t* encoded_packet; in process() local605 while ((encoded_packet = vpx_codec_get_cx_data( in process()607 if (encoded_packet->kind == VPX_CODEC_CX_FRAME_PKT) { in process()610 c2_status_t err = pool->fetchLinearBlock(encoded_packet->data.frame.sz, usage, &block); in process()623 memcpy(wView.data(), encoded_packet->data.frame.buf, encoded_packet->data.frame.sz); in process()626 ALOGD("bytes generated %zu", encoded_packet->data.frame.sz); in process()634 if (encoded_packet->data.frame.flags & VPX_FRAME_IS_KEY) { in process()640 work->worklets.front()->output.ordinal.timestamp = encoded_packet->data.frame.pts; in process()