/hardware/intel/img/psb_video/src/ |
D | pnw_jpeg.c | 382 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()
|
D | tng_H264ES.c | 813 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()
|
D | tng_MPEG4ES.c | 341 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()
|
D | tng_jpegES.c | 958 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()
|
D | pnw_H264ES.c | 611 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()
|
D | tng_H263ES.c | 329 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()
|
D | tng_hostcode.h | 162 IMG_UINT32 coded_buf; member 176 object_buffer_p coded_buf; member
|
D | pnw_MPEG4ES.c | 338 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in pnw__MPEG4ES_process_picture_param()
|
D | pnw_H263ES.c | 294 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in pnw__H263ES_process_picture_param()
|
/hardware/intel/common/libva/va/ |
D | va_enc_jpeg.h | 60 VABufferID coded_buf; member
|
D | va_enc_vp8.h | 119 VABufferID coded_buf; member
|
D | va_enc_mpeg2.h | 204 VABufferID coded_buf; member
|
D | va_enc_h264.h | 308 VABufferID coded_buf; member
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderH263.cpp | 105 h263PictureParams.coded_buf = task->coded_buffer; in renderPictureParams() 113 LOG_V( "coded_buf = 0x%08x\n", h263PictureParams.coded_buf); in renderPictureParams()
|
D | VideoEncoderMP4.cpp | 193 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()
|
D | VideoEncoderBase.cpp | 366 VABufferID coded_buf = (VABufferID) *(mVACodedBufferList.begin()); in encode() local 370 LOG_V("CodedBuffer ID 0x%08x\n", coded_buf); in encode() 377 task->coded_buffer = coded_buf; in encode() 444 mVACodedBufferList.push_back(coded_buf); //push to CodedBuffer pool again since it is not used in encode()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc_mpeg4.h | 38 VABufferID coded_buf; member
|
D | mixvideoformatenc_preview.h | 37 VABufferID coded_buf; member
|
D | mixvideoformatenc_h264.h | 37 VABufferID coded_buf; member
|
D | mixvideoformatenc_mpeg4.c | 629 &self->coded_buf); in mix_videofmtenc_mpeg4_initialize() 1052 mpeg4_pic_param.coded_buf = mix->coded_buf; in mix_videofmtenc_mpeg4_send_picture_parameter() 1067 mpeg4_pic_param.coded_buf); in mix_videofmtenc_mpeg4_send_picture_parameter() 1540 va_status = vaMapBuffer (va_display, mix->coded_buf, (void **)&buf); in mix_videofmtenc_mpeg4_process_encode() 1566 va_status = vaUnmapBuffer (va_display, mix->coded_buf); in mix_videofmtenc_mpeg4_process_encode()
|
D | mixvideoformatenc_h264.c | 644 &self->coded_buf); in mix_videofmtenc_h264_initialize() 1061 h264_pic_param.coded_buf = mix->coded_buf; in mix_videofmtenc_h264_send_picture_parameter() 1074 h264_pic_param.coded_buf); in mix_videofmtenc_h264_send_picture_parameter() 1606 va_status = vaMapBuffer (va_display, mix->coded_buf, (void **)&buf); in mix_videofmtenc_h264_process_encode() 1679 va_status = vaUnmapBuffer (va_display, mix->coded_buf); in mix_videofmtenc_h264_process_encode()
|
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 83 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/ |
D | lnc_MPEG4ES.c | 300 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in lnc__MPEG4ES_process_picture_param()
|
D | lnc_H263ES.c | 269 ctx->coded_buf = BUFFER(pBuffer->coded_buf); in lnc__H263ES_process_picture_param()
|
D | lnc_H264ES.c | 336 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()
|