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.cpp2341 iCopyPosition = 0; in SendInputBufferToOMXComponent()
2364 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
2393 iCopyPosition += iFragmentSizeRemainingToCopy; in SendInputBufferToOMXComponent()
2406 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
2426iCopyPosition += bytes_remaining_in_buffer; // move current position within fragment forward in SendInputBufferToOMXComponent()
2813 iCopyPosition = 0; in SendConfigBufferToOMXComponent()
2832 (void *)(initbuffer + iCopyPosition), in SendConfigBufferToOMXComponent()
2840 iCopyPosition += iFragmentSizeRemainingToCopy; in SendConfigBufferToOMXComponent()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h649 uint32 iCopyPosition; // for copying memfrag data into a buffer variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1221 uint32 iCopyPosition; // for copying memfrag data into a buffer variable
Dpvmf_omx_enc_node.cpp4016 iCopyPosition = 0; in SendInputBufferToOMXComponent()
4025 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
4033 iCopyPosition += iFragmentSizeRemainingToCopy; in SendInputBufferToOMXComponent()
4043 (void *)((uint8 *)frag.getMemFragPtr() + iCopyPosition), in SendInputBufferToOMXComponent()
4050iCopyPosition += input_buf->pBufHdr->nAllocLen; // move current position within fragment forward in SendInputBufferToOMXComponent()