Home
last modified time | relevance | path

Searched refs:pStride (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcrystalhd.c486 int pStride; in copy_frame() local
489 pStride = 720; in copy_frame()
491 pStride = 1280; in copy_frame()
492 else pStride = 1920; in copy_frame()
493 sStride = av_image_get_linesize(avctx->pix_fmt, pStride, 0); in copy_frame()
/third_party/openh264/codec/api/svc/
Dcodec_api.h372 int* pStride,
504 int* pStride,
/third_party/openh264/codec/api/wels/
Dcodec_api.h372 int* pStride,
504 int* pStride,
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h80 int* pStride,
/third_party/openh264/test/api/
Dcpp_interface_test.cpp75 const int iSrcLen, unsigned char** ppDst, int* pStride, in DecodeFrame()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp1313 int* pStride, in DecodeFrame() argument
1320 DstInfo.UsrData.sSystemBuffer.iStride[0] = pStride[0]; in DecodeFrame()
1321 DstInfo.UsrData.sSystemBuffer.iStride[1] = pStride[1]; in DecodeFrame()
1327 pStride[0] = DstInfo.UsrData.sSystemBuffer.iStride[0]; in DecodeFrame()
1328 pStride[1] = DstInfo.UsrData.sSystemBuffer.iStride[1]; in DecodeFrame()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.h769 UINT *pStride );
Dnine_lock.c1740 UINT *pStride ) in LockDevice9_GetStreamSource() argument
1744 r = NineDevice9_GetStreamSource(This, StreamNumber, ppStreamData, pOffsetInBytes, pStride); in LockDevice9_GetStreamSource()
Ddevice9.c3770 UINT *pStride ) in NineDevice9_GetStreamSource() argument
3776 user_assert(ppStreamData && pOffsetInBytes && pStride, D3DERR_INVALIDCALL); in NineDevice9_GetStreamSource()
3779 *pStride = state->vtxbuf[i].stride; in NineDevice9_GetStreamSource()
/third_party/mesa3d/include/D3D9/
Dd3d9.h259 …UINT StreamNumber, IDirect3DVertexBuffer9 **ppStreamData, UINT *pOffsetInBytes, UINT *pStride) = 0;
847 …is, UINT StreamNumber, IDirect3DVertexBuffer9 **ppStreamData, UINT *pOffsetInBytes, UINT *pStride);
1098 …is, UINT StreamNumber, IDirect3DVertexBuffer9 **ppStreamData, UINT *pOffsetInBytes, UINT *pStride);