HomeSort by relevance Sort by last modified time
    Searched refs:sp (Results 551 - 575 of 2963) sorted by null

<<21222324252627282930>>

  /external/bison/src/
lalr.c 84 transitions *sp = states[s]->transitions; local
86 for (i = sp->num - 1; i >= 0 && TRANSITION_IS_GOTO (sp, i); --i)
93 goto_map[TRANSITION_SYMBOL (sp, i) - ntokens]++;
118 transitions *sp = states[s]->transitions; local
120 for (i = sp->num - 1; i >= 0 && TRANSITION_IS_GOTO (sp, i); --i)
122 goto_number k = temp_map[TRANSITION_SYMBOL (sp, i) - ntokens]++;
124 to_state[k] = sp->states[i]->number;
172 transitions *sp = states[stateno]->transitions local
210 goto_list *sp = xmalloc (sizeof *sp); local
309 goto_list *sp; local
333 transitions *sp = s->transitions; local
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 46 const sp<MPEG2TSExtractor> &extractor,
47 const sp<AnotherPacketSource> &impl,
52 virtual sp<MetaData> getFormat();
58 sp<MPEG2TSExtractor> mExtractor;
59 sp<AnotherPacketSource> mImpl;
69 const sp<MPEG2TSExtractor> &extractor,
70 const sp<AnotherPacketSource> &impl,
85 sp<MetaData> MPEG2TSSource::getFormat() {
112 MPEG2TSExtractor::MPEG2TSExtractor(const sp<DataSource> &source)
123 sp<MediaSource> MPEG2TSExtractor::getTrack(size_t index)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
Radix4FFT_v5.s 27 stmdb sp!, {r4 - r11, lr}
28 sub sp, sp, #32
39 str r0, [sp]
40 str r1, [sp, #4]
41 str r2, [sp, #8]
42 str r3, [sp, #12]
49 str r10, [sp, #16]
53 str r11, [sp, #20]
79 str r2, [sp, #24
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify)
47 const sp<ARTPSource> &source) {
48 List<sp<ABuffer> > *queue = source->queue();
55 List<sp<ABuffer> >::iterator it = queue->begin();
69 sp<ABuffer> buffer = *queue->begin();
126 void AAVCAssembler::addSingleNALUnit(const sp<ABuffer> &buffer) {
143 bool AAVCAssembler::addSingleTimeAggregationPacket(const sp<ABuffer> &buffer) {
162 sp<ABuffer> unit = new ABuffer(nalSize);
181 List<sp<ABuffer> > *queue) {
184 sp<ABuffer> buffer = *queue->begin()
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_quarter.s 90 STMFD sp!, {r0-r11, lr}
91 SUB sp, sp, #0x1e4
95 LDR partW, [sp,#0x220] ;// partWidth
98 LDR width, [sp,#0x218] ;// width
104 LDR partH, [sp,#0x224] ;// partHeight
106 LDR height, [sp,#0x21c] ;// height
112 LDR partH, [sp,#0x224] ;// partHeight
113 LDR height, [sp,#0x21c] ;// height
114 LDR partW, [sp,#0x220] ;// partWidt
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 97 virtual status_t createStream(sp<Surface> consumer,
108 sp<camera3::Camera3ZslStream>* zslStream);
121 sp<IGraphicBufferProducer> *producer);
221 typedef KeyedVector<int, sp<camera3::Camera3OutputStreamInterface> >
225 sp<camera3::Camera3Stream> mInputStream;
236 Vector<sp<camera3::Camera3StreamInterface> > mDeletedStreams;
256 sp<camera3::Camera3Stream> mInputStream;
258 Vector<sp<camera3::Camera3OutputStreamInterface> >
265 typedef List<sp<CaptureRequest> > RequestList;
329 sp<CaptureRequest> setUpRequestLocked(const CameraMetadata &request)
    [all...]
  /frameworks/av/services/audioflinger/
Effects.h 169 EffectHandle(const sp<EffectModule>& effect,
170 const sp<AudioFlinger::Client>& client,
171 const sp<IEffectClient>& effectClient,
188 virtual sp<IMemory> getCblk() const { return mCblkMemory; }
210 sp<EffectModule> effect() const { return mEffect; }
221 sp<EffectModule> mEffect; // pointer to controlled EffectModule
222 sp<IEffectClient> mEffectClient; // callback interface for client notifications
223 /*const*/ sp<Client> mClient; // client for shared memory allocation, see disconnect()
224 sp<IMemory> mCblkMemory; // shared memory for control block
266 status_t addEffect_l(const sp<EffectModule>& handle)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtord.c 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d;
78 strtord(CONST char *s, char **sp, int rounding, double *d)
93 k = strtodg(s, sp, fpi, &exp, bits);
  /cts/suite/audio_quality/lib/include/audio/
AudioPlaybackLocal.h 34 bool doPlaybackOrRecord(android::sp<Buffer>& buffer);
AudioRecordingLocal.h 34 bool doPlaybackOrRecord(android::sp<Buffer>& buffer);
  /cts/suite/audio_quality/lib/include/task/
TaskOutput.h 33 android::sp<AudioHardware> mHw;
TaskSound.h 33 android::sp<Buffer> mBuffer;
  /cts/suite/audio_quality/test/
AudioLocalTest.cpp 31 android::sp<Buffer> mBufferPassed;
54 virtual bool doPlaybackOrRecord(android::sp<Buffer>& buffer) {
71 android::sp<AudioHardware> createAudioHw() {
72 android::sp<AudioHardware> hw(new AudioPlayerDummy());
  /cts/suite/audio_quality/test_description/conf/
check_conf.py 19 import scipy as sp namespace
  /external/libunwind/src/setjmp/
longjmp.c 63 unw_word_t sp; local
71 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0)
74 if (sp != wp[JB_SP] + sizeof(unw_word_t))
76 if (sp != wp[JB_SP])
siglongjmp.c 64 unw_word_t sp; local
72 if (unw_get_reg (&c, UNW_REG_SP, &sp) < 0)
75 if (sp != wp[JB_SP] + sizeof(unw_word_t))
77 if (sp != wp[JB_SP])
  /external/llvm/test/MC/ARM/
thumb2-exception-return-mclass.s 6 # CHECK-NEXT: srsdb sp, #7
7 srsdb sp, #7
  /external/llvm/test/MC/Mips/msa/
test_elm_insert.s 3 # CHECK: insert.b $w23[3], $sp # encoding: [0x79,0x03,0xed,0xd9]
7 insert.b $w23[3], $sp
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 177 compute_cliprect(struct softpipe_context *sp)
181 uint surfWidth = sp->framebuffer.width;
182 uint surfHeight = sp->framebuffer.height;
186 if (sp->rasterizer->scissor) {
192 sp->cliprect.minx = MAX2(sp->scissor.minx, 0);
193 sp->cliprect.miny = MAX2(sp->scissor.miny, 0);
194 sp->cliprect.maxx = MIN2(sp->scissor.maxx, surfWidth)
    [all...]
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 40 sp<IGraphicBufferProducer> OutputConfiguration::getGraphicBufferProducer() const {
59 const sp<IGraphicBufferProducer>& gbp =
68 OutputConfiguration::OutputConfiguration(sp<IGraphicBufferProducer>& gbp, int rotation) {
77 sp<IBinder> b(IInterface::asBinder(mGbp));
  /frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.cpp 28 using android::sp;
46 const sp<Session>& SessionLibrary::createSession() {
60 const sp<Session>& SessionLibrary::findSession(
66 void SessionLibrary::destroySession(const sp<Session>& session) {
  /frameworks/av/include/camera/
ICamera.h 44 virtual status_t connect(const sp<ICameraClient>& client) = 0;
54 const sp<IGraphicBufferProducer>& bufferProducer) = 0;
65 const sp<IGraphicBufferProducer>& callbackProducer) = 0;
86 virtual void releaseRecordingFrame(const sp<IMemory>& mem) = 0;
VendorTagDescriptor.h 98 sp<VendorTagDescriptor>& descriptor);
108 sp<VendorTagDescriptor>& descriptor);
117 static status_t setAsGlobalVendorTagDescriptor(const sp<VendorTagDescriptor>& desc);
128 static sp<VendorTagDescriptor> getGlobalVendorTagDescriptor();
  /frameworks/av/include/camera/camera2/
CaptureRequest.h 32 Vector<sp<Surface> > mSurfaceList;
  /frameworks/av/include/media/
IMediaHTTPService.h 33 virtual sp<IMediaHTTPConnection> makeHTTPConnection() = 0;

Completed in 684 milliseconds

<<21222324252627282930>>