Searched refs:codedbuf (Results 1 – 1 of 1) sorted by relevance
273 VACodedBufferSegment *codedbuf; in va_FoolFillCodedBufEnc() local296 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType]; in va_FoolFillCodedBufEnc()297 codedbuf->size = file_stat.st_size; in va_FoolFillCodedBufEnc()298 codedbuf->bit_offset = 0; in va_FoolFillCodedBufEnc()299 codedbuf->status = 0; in va_FoolFillCodedBufEnc()300 codedbuf->reserved = 0; in va_FoolFillCodedBufEnc()301 codedbuf->buf = fool_ctx->segbuf_enc; in va_FoolFillCodedBufEnc()302 codedbuf->next = NULL; in va_FoolFillCodedBufEnc()310 VACodedBufferSegment *codedbuf; in va_FoolFillCodedBufJPG() local321 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType]; in va_FoolFillCodedBufJPG()[all …]