Searched refs:BufferState (Results 1 – 13 of 13) sorted by relevance
/external/opencore/protocols/systems/tools/general/common/include/ |
D | media_fragment.h | 44 OsclAny BufferReleased(OsclAny* ptr, BufferState* state = NULL) 93 virtual BufferState* GetState() in GetState() 100 BufferState* _state; 102 MediaFragment(BufferFragment& frag, BufferState* state): in MediaFragment() 109 OsclAny Set(BufferFragment& frag, BufferState* state) in Set() 111 BufferState* old_state = _state; in Set() 125 OsclAny Set(OsclAny* ptr, int32 len, BufferState* state) in Set() 127 BufferState* old_state = _state; in Set() 196 BufferState buf_state; 212 OSCL_IMPORT_REF OsclAny BufferReleased(OsclAny* ptr, BufferState* state = NULL);
|
D | packet.h | 47 BufFragStatusClass::status_t AddBufferFragment(BufferFragment& frag, BufferState* state) in AddBufferFragment()
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_media_data.h | 64 class BufferState; variable 69 virtual void BufferReleased(void* ptr, BufferState* state = NULL) = 0; 74 class BufferState 77 BufferState(BufferFreeFuncPtr the_free_function, void *bufptr = 0) : 80 BufferState(BufferMgr* the_buf_mgr = 0, void *bufptr = 0) : 178 BufferState * GetBufferState(const int32 idx); 213 … BufFragStatusClass::status_t AddFragment(const BufferFragment& frag, BufferState* in_buffer_state, 233 (num_fragments - location_offset)*sizeof(BufferState*)); 255 BufferState* buffer_states[max_frags]; 273 template <class ChainClass, uint32 max_frags> inline BufferState * BufFragGroup<ChainClass, max_fr… in GetBufferState() [all …]
|
/external/opencore/baselibs/media_data_structures/src/ |
D | access_unit.h | 43 …ORT_REF MediaStatusClass::status_t AddAUFrag(const BufferFragment& frag, BufferState* buffer_state, 69 OSCL_IMPORT_REF BufferState * GetBufferState(const uint32 idx)const; 71 …OSCL_IMPORT_REF void GetMediaFragment(uint32 index, BufferFragment& frag, BufferState*& buffer_sta…
|
D | access_unit_impl.h | 35 MediaStatusClass::status_t AddAUFrag(const BufferFragment& frag, BufferState* buffer_state, 68 BufferState * GetBufferState(const int32 idx) in GetBufferState() 73 void GetMediaFragment(uint32 index, BufferFragment& frag, BufferState*& buffer_state) const;
|
D | access_unit.cpp | 56 MediaStatusClass::status_t AccessUnit::AddAUFrag(const BufferFragment& frag, BufferState* buffer_st… in AddAUFrag() 132 BufferState * AccessUnit::GetBufferState(const uint32 idx)const in GetBufferState() 142 void AccessUnit::GetMediaFragment(uint32 index, BufferFragment& frag, BufferState*& buffer_state) c… in GetMediaFragment()
|
D | pv_gau.h | 31 BufferState * buf_states[MAX_NUM_FRAGMENTS]; //buffer state for each buffer fragment 109 buf.buf_states[buf.num_fragments] = OSCL_NEW(BufferState, ()); in AddBufFrag()
|
D | access_unit_impl.cpp | 81 …status_t AccessUnitImplementation::AddAUFrag(const BufferFragment& frag, BufferState* buffer_state, in AddAUFrag() 94 void AccessUnitImplementation::GetMediaFragment(uint32 index, BufferFragment& frag, BufferState*& b… in GetMediaFragment()
|
D | au_utils.cpp | 57 BufferState* cur_buf_state = NULL; in Gau2AU()
|
/external/opencore/protocols/systems/tools/general/common/src/ |
D | media_fragment.cpp | 42 BufferState* state = NULL; in allocate_fragment() 46 state = OSCL_NEW(BufferState, (&buffer_state_listener, frag.ptr)); in allocate_fragment() 66 OSCL_EXPORT_REF OsclAny BufferPoolMgr::BufferReleased(OsclAny* ptr, BufferState* state) in BufferReleased()
|
D | media_packet.cpp | 27 BufferState * state = GetBufferState(idx); in GetMediaFragment()
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 1137 …pBaseComponentPort->BufferState = (OMX_U32*) oscl_calloc(pBaseComponentPort->PortParam.nBufferCoun… in UseBuffer() 1138 if (NULL == pBaseComponentPort->BufferState) in UseBuffer() 1147 if (!(pBaseComponentPort->BufferState[ii] & BUFFER_ALLOCATED) && in UseBuffer() 1148 !(pBaseComponentPort->BufferState[ii] & BUFFER_ASSIGNED)) in UseBuffer() 1178 pBaseComponentPort->BufferState[ii] |= BUFFER_ASSIGNED; in UseBuffer() 1179 pBaseComponentPort->BufferState[ii] |= HEADER_ALLOCATED; in UseBuffer() 1260 …pBaseComponentPort->BufferState = (OMX_U32*) oscl_calloc(pBaseComponentPort->PortParam.nBufferCoun… in AllocateBuffer() 1261 if (NULL == pBaseComponentPort->BufferState) in AllocateBuffer() 1270 if (!(pBaseComponentPort->BufferState[ii] & BUFFER_ALLOCATED) && in AllocateBuffer() 1271 !(pBaseComponentPort->BufferState[ii] & BUFFER_ASSIGNED)) in AllocateBuffer() [all …]
|
/external/opencore/codecs_v2/omx/omx_baseclass/include/ |
D | pv_omxcomponent.h | 75 OMX_U32* BufferState; member
|