Searched refs:pStride (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | crystalhd.c | 486 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/ |
D | codec_api.h | 372 int* pStride, 504 int* pStride,
|
/third_party/openh264/codec/api/wels/ |
D | codec_api.h | 372 int* pStride, 504 int* pStride,
|
/third_party/openh264/codec/decoder/plus/inc/ |
D | welsDecoderExt.h | 80 int* pStride,
|
/third_party/openh264/test/api/ |
D | cpp_interface_test.cpp | 75 const int iSrcLen, unsigned char** ppDst, int* pStride, in DecodeFrame()
|
/third_party/openh264/codec/decoder/plus/src/ |
D | welsDecoderExt.cpp | 1313 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/ |
D | device9.h | 769 UINT *pStride );
|
D | nine_lock.c | 1740 UINT *pStride ) in LockDevice9_GetStreamSource() argument 1744 r = NineDevice9_GetStreamSource(This, StreamNumber, ppStreamData, pOffsetInBytes, pStride); in LockDevice9_GetStreamSource()
|
D | device9.c | 3770 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/ |
D | d3d9.h | 259 …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);
|