Searched refs:slice_data_size (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi.h162 uint32_t slice_data_size; member in struct:vaapi_context
H A Dvaapi.c108 vactx->slice_data_size,
113 vactx->slice_data_size = 0;
154 if (vactx->slice_data + vactx->slice_data_size != buffer) {
169 slice_param->slice_data_size = size;
170 slice_param->slice_data_offset = vactx->slice_data_size;
174 vactx->slice_data_size += size;
H A Dproresdec.c517 int slice_data_size, hdr_size, y_data_size, u_data_size, v_data_size; local
521 slice_data_size = ctx->slice_data[slice_num + 1].index - buf;
543 if (slice_data_size < 6) {
553 slice_data_size - y_data_size - u_data_size - hdr_size;
555 if (hdr_size + y_data_size + u_data_size + v_data_size > slice_data_size ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi.h168 uint32_t slice_data_size; member in struct:vaapi_context
H A Dvaapi.c112 vactx->slice_data_size,
117 vactx->slice_data_size = 0;
158 if (vactx->slice_data + vactx->slice_data_size != buffer) {
173 slice_param->slice_data_size = size;
174 slice_param->slice_data_offset = vactx->slice_data_size;
178 vactx->slice_data_size += size;
H A Dfic.c44 int slice_data_size; member in struct:FICContext
352 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size,
354 if (!ctx->slice_data_size) {
H A Dproresdec_lgpl.c570 int slice_data_size, hdr_size; local
577 slice_data_size = ctx->slice_data[slice_num + 1].index - buf;
609 if (slice_data_size < 6) {
621 v_data_size = hdr_size > 7 ? AV_RB16(buf + 6) : slice_data_size - coff[2];
623 a_data_size = ctx->alpha_info ? slice_data_size - coff[3] : 0;

Completed in 116 milliseconds