Home
last modified time | relevance | path

Searched refs:coded_buf (Results 1 – 25 of 37) sorted by relevance

12

/hardware/intel/img/psb_video/src/
Dpnw_jpeg.c382 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in pnw__jpeg_process_picture_param()
385 if (NULL == ctx->coded_buf) { in pnw__jpeg_process_picture_param()
420 JPEG_CODED_BUF_SEGMENT_SIZE(ctx->coded_buf->size, in pnw__jpeg_process_picture_param()
425 ctx->coded_buf->size, jpeg_ctx->ui32SizePerCodedBuffer); in pnw__jpeg_process_picture_param()
427 …vaStatus = psb_buffer_map(ctx->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_buf.… in pnw__jpeg_process_picture_param()
432 jpeg_ctx->jpeg_coded_buf.ui32Size = ctx->coded_buf->size; in pnw__jpeg_process_picture_param()
611 psb_buffer_unmap(ctx->coded_buf->psb_buffer); in pnw_jpeg_EndPicture()
Dtng_H264ES.c813 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
820 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf);
824 if (NULL == ps_buf->coded_buf) {
891 __FUNCTION__, psPicParams->coded_buf, ps_buf->coded_buf); in tng__H264ES_process_picture_param_base()
902 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf); in tng__H264ES_process_picture_param_base()
904 if (NULL == ps_buf->coded_buf) { in tng__H264ES_process_picture_param_base()
Dtng_MPEG4ES.c341 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf); in tng__MPEG4ES_process_picture_param()
343 if (NULL == ps_buf->coded_buf) { in tng__MPEG4ES_process_picture_param()
Dtng_jpegES.c958 ps_buf->coded_buf->psb_buffer, in IssueBufferToHW()
1311 ps_buf->coded_buf = BUFFER(pBuffer->coded_buf); in ProcessPictureParam()
1317 if (NULL == ps_buf->coded_buf) { in ProcessPictureParam()
1323 …vaStatus = psb_buffer_map(ps_buf->coded_buf->psb_buffer, (unsigned char **)&jpeg_ctx->jpeg_coded_b… in ProcessPictureParam()
1328 jpeg_ctx->jpeg_coded_buf.ui32Size = ps_buf->coded_buf->size; in ProcessPictureParam()
1461 psb_buffer_unmap(ps_buf->coded_buf->psb_buffer); in tng_jpeg_EndPicture()
Dpnw_H264ES.c611 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in pnw__H264ES_process_picture_param()
616 if (NULL == ctx->coded_buf) { in pnw__H264ES_process_picture_param()
696 ctx->coded_buf->size); in pnw__H264ES_process_picture_param()
699 ctx->coded_buf_per_slice = (ctx->coded_buf->size / ctx->ParallelCores) & (~0xf) ; in pnw__H264ES_process_picture_param()
701 ctx->coded_buf->size); in pnw__H264ES_process_picture_param()
Dtng_H263ES.c329 ps_buf->coded_buf = BUFFER(psPicParams->coded_buf); in tng__H263ES_process_picture_param()
331 if (NULL == ps_buf->coded_buf) { in tng__H263ES_process_picture_param()
Dtng_hostcode.h162 IMG_UINT32 coded_buf; member
176 object_buffer_p coded_buf; member
Dpnw_H263ES.c294 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in pnw__H263ES_process_picture_param()
Dpnw_MPEG4ES.c338 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in pnw__MPEG4ES_process_picture_param()
Dpnw_hostcode.h235 object_buffer_p coded_buf; member
Dpnw_hostcode.c937 …RELOC_PIC_PARAMS_PNW(&psPicParams->CodedBase, ctx->coded_buf_per_slice * core, ctx->coded_buf->psb… in pnw_RenderPictureParameter()
1069 SET_CODEDBUF_INFO(SLICE_NUM, ctx->coded_buf->codedbuf_aux_info, in pnw_EndPicture()
1071 SET_CODEDBUF_INFO(NONE_VCL_NUM, ctx->coded_buf->codedbuf_aux_info, in pnw_EndPicture()
1868 psCoded = ctx->coded_buf->psb_buffer; in pnw__send_encode_slice_params()
/hardware/intel/common/libva/va/
Dva_enc_jpeg.h60 VABufferID coded_buf; member
Dva_enc_vp8.h119 VABufferID coded_buf; member
Dva_enc_mpeg2.h204 VABufferID coded_buf; member
Dva_enc_h264.h308 VABufferID coded_buf; member
Dva.h2322 VABufferID coded_buf; member
2351 VABufferID coded_buf; member
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderH263.cpp105 h263PictureParams.coded_buf = task->coded_buffer; in renderPictureParams()
113 LOG_V( "coded_buf = 0x%08x\n", h263PictureParams.coded_buf); in renderPictureParams()
DVideoEncoderMP4.cpp193 mpeg4_pic_param.coded_buf = task->coded_buffer; in renderPictureParams()
202 LOG_V("coded_buf = 0x%08x\n", mpeg4_pic_param.coded_buf); in renderPictureParams()
DVideoEncoderBase.cpp363 VABufferID coded_buf = (VABufferID) *(mVACodedBufferList.begin()); in encode() local
367 LOG_V("CodedBuffer ID 0x%08x\n", coded_buf); in encode()
374 task->coded_buffer = coded_buf; in encode()
441 mVACodedBufferList.push_back(coded_buf); //push to CodedBuffer pool again since it is not used in encode()
/hardware/intel/common/libva/test/encode/
Dh264encode.c83 static VABufferID coded_buf[SURFACE_NUM]; variable
1164 codedbuf_size, 1, NULL, &coded_buf[i]); in setup_encode()
1430 pic_param.coded_buf = coded_buf[current_slot]; in render_picture()
1815 va_status = vaMapBuffer(va_dpy,coded_buf[display_order % SURFACE_NUM],(void **)(&buf_list)); in save_codeddata()
1823 vaUnmapBuffer(va_dpy,coded_buf[display_order % SURFACE_NUM]); in save_codeddata()
2041 vaDestroyBuffer(va_dpy,coded_buf[i]); in release_encode()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_MPEG4ES.c300 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in lnc__MPEG4ES_process_picture_param()
Dlnc_H263ES.c269 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in lnc__H263ES_process_picture_param()
Dlnc_H264ES.c336 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in lnc__H264ES_process_picture_param()
399 p_aux_info->buf = ctx->coded_buf; in lnc__H264ES_process_picture_param()
Dlnc_hostcode.c455 RELOC_PIC_PARAMS(&psPicParams->CodedBase, 0, ctx->coded_buf->psb_buffer); in lnc_RenderPictureParameter()
653 ctx->previous_coded_buf = ctx->coded_buf; in lnc_EndPicture()
1367 psCoded = ctx->coded_buf->psb_buffer; in lnc__send_encode_slice_params()
Dlnc_hostcode.h180 object_buffer_p coded_buf; member

12