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/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
261 ALOGV("Malformed SEI payload");
288 ALOGV("Malformed SEI payload type 4");
291 ALOGV("Unsupported SEI payload type %d", payload_type)
    [all...]
GenericSource.cpp 1335 sp<ABuffer> sei = ABuffer::CreateAsCopy(seiData, seiLength);; local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 216 sp<ABuffer> sei; local
217 if (buffer->meta()->findBuffer("sei", &sei) && sei != NULL) {
218 bufmeta->setData(kKeySEI, 0, sei->data(), sei->size());
ESQueue.cpp 1064 // found non-zero sized SEI
1074 sp<ABuffer> sei; local
1077 sei = new ABuffer(seiCount * sizeof(NALPosition));
1078 accessUnit->meta()->setBuffer("sei", sei);
    [all...]
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 566 milliseconds