OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ps_disp_buf
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_decode.c
224
if(ps_codec->
ps_disp_buf
)
226
pic_buf_t *
ps_disp_buf
= ps_codec->
ps_disp_buf
;
local
229
ps_dec_op->u4_ts =
ps_disp_buf
->u4_ts;
237
ps_dec_op->s_disp_frm_buf.pv_y_buf =
ps_disp_buf
->pu1_luma;
240
ps_dec_op->s_disp_frm_buf.pv_u_buf =
ps_disp_buf
->pu1_chroma;
249
WORD32 diff =
ps_disp_buf
->pu1_luma - ps_codec->s_disp_buffer[i].pu1_bufs[0];
458
ps_codec->
ps_disp_buf
= (pic_buf_t *)ihevc_disp_mgr_get(
462
if((ps_codec->
ps_disp_buf
)
509
if(NULL == ps_codec->
ps_disp_buf
)
[
all
...]
ihevcd_structs.h
1980
pic_buf_t *
ps_disp_buf
;
member in struct:_codec_t
[
all
...]
Completed in 1670 milliseconds