Home
last modified time | relevance | path

Searched refs:nOffset (Results 1 – 12 of 12) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_Other.h185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this member
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this member
278 OMX_TICKS nOffset; /**< Time to offset the media time by member
DOMX_ContentPipe.h150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
DOMX_Core.h407 OMX_U32 nOffset; /**< start offset of valid data in bytes from member
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp10 int nOffset = curBit % 8 + 1; in readBit() local
13 return (pBufPtr[nIndex] >> (8 - nOffset)) & 0x01; in readBit()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_common.c146 dst = ((uint8_t*)output->pBuffer + output->nOffset) + j * def->nStride + in vid_dec_FillOutput()
Dvid_enc_common.c167 output->nOffset = 0; in vid_enc_BufferEncoded_common()
/third_party/ffmpeg/libavcodec/
Domx.c690 …memcpy(avctx->extradata + avctx->extradata_size, buffer->pBuffer + buffer->nOffset, buffer->nFille… in omx_encode_init()
798 buffer->nOffset = 0; in omx_encode_frame()
862 …memcpy(avctx->extradata + avctx->extradata_size, buffer->pBuffer + buffer->nOffset, buffer->nFille… in omx_encode_frame()
871 … memcpy(s->output_buf + s->output_buf_size, buffer->pBuffer + buffer->nOffset, buffer->nFilledLen); in omx_encode_frame()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dprc.c98 p_hdr->nOffset = 0; in h264d_buffer_emptied()
117 p_hdr->nOffset = 0; in h264d_buffer_filled()
Dh264eprc.c121 p_hdr->nOffset = 0; in h264e_buffer_emptied()
143 p_hdr->nOffset = 0; in h264e_buffer_filled()
/third_party/openmax/api/cpipes/1.0/
DCPA_ContentPipe.h224 …IN CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent, CPA_IN CPA_POSITIONTYPE nOffset, CPA_IN CPA_ORIGI…
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp73 int nOffset = curBit % 8 + 1; in readBit() local
76 return (pBufPtr[nIndex] >> (8 - nOffset)) & 0x01; in readBit()
/third_party/sqlite/src/
Dsqlite3.c210917 int nOffset /* Add "LIMIT -1 OFFSET $nOffset" to SELECT */
210927 if( nOffset ){
210928 zLimit = sqlite3_mprintf(" LIMIT -1 OFFSET %d", nOffset);
210979 if( nOffset ){
211129 if( nOffset ){