Searched refs:UsrData (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 93 bufInfo.UsrData.sSystemBuffer.iWidth, in DecodeFrame() 94 bufInfo.UsrData.sSystemBuffer.iHeight, in DecodeFrame() 95 bufInfo.UsrData.sSystemBuffer.iStride[0] in DecodeFrame() 100 bufInfo.UsrData.sSystemBuffer.iWidth / 2, in DecodeFrame() 101 bufInfo.UsrData.sSystemBuffer.iHeight / 2, in DecodeFrame() 102 bufInfo.UsrData.sSystemBuffer.iStride[1] in DecodeFrame() 107 bufInfo.UsrData.sSystemBuffer.iWidth / 2, in DecodeFrame() 108 bufInfo.UsrData.sSystemBuffer.iHeight / 2, in DecodeFrame() 109 bufInfo.UsrData.sSystemBuffer.iStride[1] in DecodeFrame() 129 bufInfo.UsrData.sSystemBuffer.iWidth, in FlushFrame() [all …]
|
D | BaseThreadDecoderTest.cpp | 132 int iWidth = pInfo->UsrData.sSystemBuffer.iWidth; in Process() 133 int iHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Process() 134 iStride[0] = pInfo->UsrData.sSystemBuffer.iStride[0]; in Process() 135 iStride[1] = pInfo->UsrData.sSystemBuffer.iStride[1]; in Process() 191 bufInfo.UsrData.sSystemBuffer.iWidth, in DecodeFrame() 192 bufInfo.UsrData.sSystemBuffer.iHeight, in DecodeFrame() 193 bufInfo.UsrData.sSystemBuffer.iStride[0] in DecodeFrame() 198 sBufInfo.UsrData.sSystemBuffer.iWidth / 2, in DecodeFrame() 199 sBufInfo.UsrData.sSystemBuffer.iHeight / 2, in DecodeFrame() 200 sBufInfo.UsrData.sSystemBuffer.iStride[1] in DecodeFrame() [all …]
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 154 if (m_nWidth != pInfo->UsrData.sSystemBuffer.iWidth in Render() 155 || m_nHeight != pInfo->UsrData.sSystemBuffer.iHeight) { in Render() 156 m_nWidth = pInfo->UsrData.sSystemBuffer.iWidth; in Render() 157 m_nHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Render() 163 hResult = Dump2Surface (pDst, m_lpD3D9RawSurfaceShare, pInfo->UsrData.sSystemBuffer.iWidth, in Render() 164 … pInfo->UsrData.sSystemBuffer.iHeight, pInfo->UsrData.sSystemBuffer.iStride); in Render() 182 iWidth = pInfo->UsrData.sSystemBuffer.iWidth; in Dump() 183 iHeight = pInfo->UsrData.sSystemBuffer.iHeight; in Dump() 184 iStride[0] = pInfo->UsrData.sSystemBuffer.iStride[0]; in Dump() 185 iStride[1] = pInfo->UsrData.sSystemBuffer.iStride[1]; in Dump() [all …]
|
D | h264dec.cpp | 203 iWidth = sDstBufInfo.UsrData.sSystemBuffer.iWidth; in FlushFrames() 204 iHeight = sDstBufInfo.UsrData.sSystemBuffer.iHeight; in FlushFrames() 404 iWidth = sDstBufInfo.UsrData.sSystemBuffer.iWidth; in H264DecodeInstance() 405 iHeight = sDstBufInfo.UsrData.sSystemBuffer.iHeight; in H264DecodeInstance() 436 iWidth = sDstBufInfo.UsrData.sSystemBuffer.iWidth; in H264DecodeInstance() 437 iHeight = sDstBufInfo.UsrData.sSystemBuffer.iHeight; in H264DecodeInstance()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264dec.c | 131 …ret = ff_set_dimensions(avctx, info.UsrData.sSystemBuffer.iWidth, info.UsrData.sSystemBuffer.iHeig… in svc_decode_frame() 141 linesize[0] = info.UsrData.sSystemBuffer.iStride[0]; in svc_decode_frame() 142 linesize[1] = linesize[2] = info.UsrData.sSystemBuffer.iStride[1]; in svc_decode_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264dec.cpp | 347 actual_width = dst_buf_info.UsrData.sSystemBuffer.iWidth; in gst_openh264dec_handle_frame() 348 actual_height = dst_buf_info.UsrData.sSystemBuffer.iHeight; in gst_openh264dec_handle_frame() 392 1 ? dst_buf_info.UsrData.sSystemBuffer. in gst_openh264dec_handle_frame() 393 iStride[0] : dst_buf_info.UsrData.sSystemBuffer.iStride[1]; in gst_openh264dec_handle_frame()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 1306 DstInfo.UsrData.sSystemBuffer.iStride[0] = pStride[0]; in DecodeFrame() 1307 DstInfo.UsrData.sSystemBuffer.iStride[1] = pStride[1]; in DecodeFrame() 1308 DstInfo.UsrData.sSystemBuffer.iWidth = iWidth; in DecodeFrame() 1309 DstInfo.UsrData.sSystemBuffer.iHeight = iHeight; in DecodeFrame() 1313 pStride[0] = DstInfo.UsrData.sSystemBuffer.iStride[0]; in DecodeFrame() 1314 pStride[1] = DstInfo.UsrData.sSystemBuffer.iStride[1]; in DecodeFrame() 1315 iWidth = DstInfo.UsrData.sSystemBuffer.iWidth; in DecodeFrame() 1316 iHeight = DstInfo.UsrData.sSystemBuffer.iHeight; in DecodeFrame()
|
/third_party/openh264/codec/api/svc/ |
D | codec_def.h | 203 } UsrData; ///< output buffer info member
|
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 873 int width = decoded->UsrData.sSystemBuffer.iWidth; in Decode_m() 874 int height = decoded->UsrData.sSystemBuffer.iHeight; in Decode_m() 875 int ystride = decoded->UsrData.sSystemBuffer.iStride[0]; in Decode_m() 876 int uvstride = decoded->UsrData.sSystemBuffer.iStride[1]; in Decode_m()
|
/third_party/openh264/codec/decoder/core/src/ |
D | decoder_core.cpp | 214 pDstInfo->UsrData.sSystemBuffer.iFormat = videoFormatI420; in DecodeFrameConstruction() 216 pDstInfo->UsrData.sSystemBuffer.iWidth = kiActualWidth; in DecodeFrameConstruction() 217 pDstInfo->UsrData.sSystemBuffer.iHeight = kiActualHeight; in DecodeFrameConstruction() 218 pDstInfo->UsrData.sSystemBuffer.iStride[0] = pPic->iLinesize[0]; in DecodeFrameConstruction() 219 pDstInfo->UsrData.sSystemBuffer.iStride[1] = pPic->iLinesize[1]; in DecodeFrameConstruction() 238 bOutResChange = (pCtx->iLastImgWidthInPixel != pDstInfo->UsrData.sSystemBuffer.iWidth) in DecodeFrameConstruction() 239 || (pCtx->iLastImgHeightInPixel != pDstInfo->UsrData.sSystemBuffer.iHeight); in DecodeFrameConstruction() 243 …bOutResChange = (pLastThreadCtx->pCtx->iLastImgWidthInPixel != pDstInfo->UsrData.sSystemBuffer.iWi… in DecodeFrameConstruction() 244 … || (pLastThreadCtx->pCtx->iLastImgHeightInPixel != pDstInfo->UsrData.sSystemBuffer.iHeight); in DecodeFrameConstruction() 247 pCtx->iLastImgWidthInPixel = pDstInfo->UsrData.sSystemBuffer.iWidth; in DecodeFrameConstruction() [all …]
|