Home
last modified time | relevance | path

Searched refs:iCopyPosition (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp2305 iCopyPosition = 0; in SendInputBufferToOMXComponent()
2328 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
2357 iCopyPosition += iFragmentSizeRemainingToCopy; in SendInputBufferToOMXComponent()
2370 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
2390iCopyPosition += bytes_remaining_in_buffer; // move current position within fragment forward in SendInputBufferToOMXComponent()
2769 iCopyPosition = 0; in SendConfigBufferToOMXComponent()
2788 (void *)(initbuffer + iCopyPosition), in SendConfigBufferToOMXComponent()
2796 iCopyPosition += iFragmentSizeRemainingToCopy; in SendConfigBufferToOMXComponent()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h645 uint32 iCopyPosition; // for copying memfrag data into a buffer variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1210 uint32 iCopyPosition; // for copying memfrag data into a buffer variable
Dpvmf_omx_enc_node.cpp3848 iCopyPosition = 0; in SendInputBufferToOMXComponent()
3857 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
3865 iCopyPosition += iFragmentSizeRemainingToCopy; in SendInputBufferToOMXComponent()
3875 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
3882iCopyPosition += input_buf->pBufHdr->nAllocLen; // move current position within fragment forward in SendInputBufferToOMXComponent()