Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva_fool.c273 VACodedBufferSegment *codedbuf; in va_FoolFillCodedBufEnc()
296 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType]; in va_FoolFillCodedBufEnc()
310 VACodedBufferSegment *codedbuf; in va_FoolFillCodedBufJPG()
321 codedbuf = (VACodedBufferSegment *)fool_ctx->fool_buf[VAEncCodedBufferType]; in va_FoolFillCodedBufJPG()
Dva.h2476 } VACodedBufferSegment; typedef
Dva_trace.c714 VACodedBufferSegment *buf_list; in va_TraceMapBuffer()
731 buf_list = (VACodedBufferSegment *)(*pbuf); in va_TraceMapBuffer()
/hardware/intel/img/psb_video/src/
Dpsb_buffer.c473 static void psb__trace_coded(VACodedBufferSegment *vaCodedBufSeg) in psb__trace_coded()
503 VACodedBufferSegment *vaCodedBufSeg = &obj_buffer->codedbuf_mapinfo[0]; in tng_get_coded_data()
584 VACodedBufferSegment *p = &obj_buffer->codedbuf_mapinfo[0]; in psb_codedbuf_map_mangle()
Dpsb_drv_video.h602 VACodedBufferSegment codedbuf_mapinfo[PSB_CODEDBUF_SEGMENT_MAX];
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderBase.h164 VACodedBufferSegment *mCurSegment;
DVideoEncoderBase.cpp682 VACodedBufferSegment *vaCodedSeg = NULL; in prepareForOutput()
700 vaCodedSeg = (VACodedBufferSegment *)mOutCodedBufferPtr; in prepareForOutput()
701 mCurSegment = (VACodedBufferSegment *)mOutCodedBufferPtr; in prepareForOutput()
728 vaCodedSeg = (VACodedBufferSegment *)vaCodedSeg->next; in prepareForOutput()
763 mCurSegment = (VACodedBufferSegment *)mCurSegment->next; in prepareForOutput()
921 mCurSegment = (VACodedBufferSegment *)mCurSegment->next; in outputAllData()
DVideoEncoderAVC.cpp579 mCurSegment = (VACodedBufferSegment *)mCurSegment->next; in outputOneNALU()
644 mCurSegment = (VACodedBufferSegment *)mCurSegment->next; in outputLengthPrefixed()
712 mCurSegment = (VACodedBufferSegment *)mCurSegment->next; in outputNaluLengthsPrefixed()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2806 VACodedBufferSegment *coded_buffer_segment;
2848 VACodedBufferSegment *coded_buffer_segment; in store_coded_buffer()
/hardware/intel/common/libva/test/encode/
Davcenc.c1213 VACodedBufferSegment *coded_buffer_segment;
1255 VACodedBufferSegment *coded_buffer_segment; in store_coded_buffer()
Dh264encode.c1811 VACodedBufferSegment *buf_list = NULL; in save_codeddata()
1819 buf_list = (VACodedBufferSegment *) buf_list->next; in save_codeddata()
Dmpeg2vaenc.c1310 VACodedBufferSegment *coded_buffer_segment; in store_coded_buffer()
Dmpeg2enc.c1294 VACodedBufferSegment *coded_buffer_segment; in store_coded_buffer()