Home
last modified time | relevance | path

Searched refs:pdes (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_api.c212 DXVA2_DecodeBufferDesc *pdes = (DXVA2_DecodeBufferDesc *)task->syntax.data; in explain_input_buffer() local
214 switch (pdes[i].CompressedBufferType) { in explain_input_buffer()
216 p_hal->pp = (DXVA_PicParams_H264_MVC *)pdes[i].pvPVPState; in explain_input_buffer()
219 p_hal->qm = (DXVA_Qmatrix_H264 *)pdes[i].pvPVPState; in explain_input_buffer()
222 p_hal->slice_num = pdes[i].DataSize / sizeof(DXVA_Slice_H264_Long); in explain_input_buffer()
223 p_hal->slice_long = (DXVA_Slice_H264_Long *)pdes[i].pvPVPState; in explain_input_buffer()
226 p_hal->bitstream = (RK_U8 *)pdes[i].pvPVPState; in explain_input_buffer()
227 p_hal->strm_len = pdes[i].DataSize; in explain_input_buffer()
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c168 RK_U8 *pdes = tmp; in dump_frame() local
171 if (pdes) { in dump_frame()
182 pdes[j] = fetch_data(fmt, psrc, j * step); in dump_frame()
183 pdes += img_w; in dump_frame()
187 pdes = tmp + img_w * img_h; in dump_frame()
190 pdes[2 * j + 0] = fetch_data(fmt, psrc, 2 * j * step + 0); in dump_frame()
191 pdes[2 * j + 1] = fetch_data(fmt, psrc, 2 * j * step + 1); in dump_frame()
193 pdes += img_w; in dump_frame()
201 pdes[j] = fetch_data(fmt, psrc, j); in dump_frame()
202 pdes += width; in dump_frame()
[all …]