HomeSort by relevance Sort by last modified time
    Searched defs:sei (Results 1 - 8 of 8) sorted by null

  /external/valgrind/drd/
drd_semaphore.c 123 SemaphoreErrInfo sei = { DRD_(thread_get_running_tid)(), p->a1 }; local
129 &sei);
184 SemaphoreErrInfo SEI = { DRD_(thread_get_running_tid)(), semaphore };
189 &SEI);
268 SemaphoreErrInfo SEI = { DRD_(thread_get_running_tid)(), semaphore };
273 &SEI);
331 SemaphoreErrInfo sei = { DRD_(thread_get_running_tid)(), semaphore }; local
336 &sei);
372 SemaphoreErrInfo sei = { DRD_(thread_get_running_tid)(), semaphore }; local
377 &sei);
    [all...]
drd_error.c 370 SemaphoreErrInfo* sei = (SemaphoreErrInfo*)(VG_(get_error_extra)(e)); local
371 tl_assert(sei);
373 VG_(get_error_string)(e), sei->semaphore, what_suffix);
375 first_observed(sei->semaphore);
  /external/libavc/decoder/
ih264d_sei.h 25 /* Description : This file contains routines to parse SEI NAL's */
89 typedef struct _sei sei; typedef in typeref:struct:_sei
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 214 sp<ABuffer> sei; local
215 if (buffer->meta()->findBuffer("sei", &sei) && sei != NULL) {
216 mediaBuffer->meta_data()->setData(kKeySEI, 0, sei->data(), sei->size());
ESQueue.cpp 831 // found non-zero sized SEI
841 sp<ABuffer> sei; local
844 sei = new ABuffer(seiCount * sizeof(NALPosition));
845 accessUnit->meta()->setBuffer("sei", sei);
860 if (seiIndex >= sei->size() / sizeof(NALPosition)) {
864 NALPosition &seiPos = ((NALPosition *)sei->data())[seiIndex++];
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 211 sp<ABuffer> sei; local
212 if (!accessUnit->meta()->findBuffer("sei", &sei) || sei == NULL) {
221 const NALPosition *nal = (NALPosition *)sei->data();
223 for (size_t i = 0; i < sei->size() / sizeof(NALPosition); ++i, ++nal) {
235 // the buffer should only have SEI in it
282 ALOGV("Malformed SEI payload type 4");
285 ALOGV("Unsupported SEI payload type %d", payload_type);
GenericSource.cpp 1328 sp<ABuffer> sei = ABuffer::CreateAsCopy(seiData, seiLength);; local
    [all...]
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 1251 milliseconds