/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | closures.hpp | 170 typedef frame_t *frame_ptr; typedef 174 frame_ptr &get() { return frame; } in get() 178 frame_ptr frame; 189 typedef frame_t *frame_ptr; 193 frame_ptr &get() 196 tsp_frame.reset(new frame_ptr(0)); 199 void set(frame_ptr f) 205 boost::thread_specific_ptr<frame_ptr> tsp_frame;
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | vm.cpp | 19 , std::vector<int>::iterator frame_ptr in execute() argument 22 std::vector<int>::iterator stack_ptr = frame_ptr; in execute() 97 *stack_ptr++ = frame_ptr[*pc++]; in execute() 102 frame_ptr[*pc++] = stack_ptr[0]; in execute()
|
D | vm.hpp | 74 , std::vector<int>::iterator frame_ptr // start of arguments and locals
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | vm.cpp | 20 , std::vector<int>::iterator frame_ptr in execute() argument 23 std::vector<int>::iterator stack_ptr = frame_ptr; in execute() 98 *stack_ptr++ = frame_ptr[*pc++]; in execute() 103 frame_ptr[*pc++] = stack_ptr[0]; in execute()
|
D | vm.hpp | 74 , std::vector<int>::iterator frame_ptr // start of arguments and locals
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | vm.cpp | 19 , std::vector<int>::iterator frame_ptr in execute() argument 22 std::vector<int>::iterator stack_ptr = frame_ptr; in execute() 97 *stack_ptr++ = frame_ptr[*pc++]; in execute() 102 frame_ptr[*pc++] = stack_ptr[0]; in execute()
|
D | vm.hpp | 74 , std::vector<int>::iterator frame_ptr // start of arguments and locals
|
/third_party/boost/libs/spirit/example/x3/calc/calc9/ |
D | vm.cpp | 15 , std::vector<int>::iterator frame_ptr in execute() argument 18 std::vector<int>::iterator stack_ptr = frame_ptr; in execute() 95 *stack_ptr++ = frame_ptr[*pc++]; in execute() 100 frame_ptr[*pc++] = stack_ptr[0]; in execute()
|
D | vm.hpp | 64 , std::vector<int>::iterator frame_ptr // start of arguments and locals
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/ |
D | vm.cpp | 20 , std::vector<int>::iterator frame_ptr in execute() argument 23 std::vector<int>::iterator stack_ptr = frame_ptr; in execute() 100 *stack_ptr++ = frame_ptr[*pc++]; in execute() 105 frame_ptr[*pc++] = stack_ptr[0]; in execute()
|
D | vm.hpp | 64 , std::vector<int>::iterator frame_ptr // start of arguments and locals
|
/third_party/ffmpeg/libavformat/ |
D | dvenc.c | 190 static void dv_inject_audio(DVMuxContext *c, int channel, uint8_t* frame_ptr) in dv_inject_audio() argument 194 frame_ptr += channel * c->sys->difseg_size * 150 * 80; in dv_inject_audio() 196 frame_ptr += 6 * 80; /* skip DIF segment header */ in dv_inject_audio() 198 dv_write_pack(dv_aaux_packs_dist[i][j], c, &frame_ptr[3], channel, i); in dv_inject_audio() 204 … frame_ptr[d] = *av_fifo_peek2(c->audio_data[channel], of*2+1); // FIXME: maybe we have to admit in dv_inject_audio() 205 …frame_ptr[d+1] = *av_fifo_peek2(c->audio_data[channel], of*2); // that DV is a big-endian… in dv_inject_audio() 207 frame_ptr += 16 * 80; /* 15 Video DIFs + 1 Audio DIF */ in dv_inject_audio()
|
/third_party/ffmpeg/libavcodec/ |
D | libopenjpegenc.c | 395 uint16_t *frame_ptr = (uint16_t *)frame->data[0]; in libopenjpeg_copy_packed12() local 409 image_line[x] = frame_ptr[frame_index] >> 4; in libopenjpeg_copy_packed12() 435 uint16_t *frame_ptr = (uint16_t*)frame->data[0]; in libopenjpeg_copy_packed16() local 449 image_line[x] = frame_ptr[frame_index]; in libopenjpeg_copy_packed16() 518 uint16_t *frame_ptr; in libopenjpeg_copy_unpacked16() local 530 frame_ptr = (uint16_t *)frame->data[compno]; in libopenjpeg_copy_unpacked16() 535 image_line[x] = frame_ptr[frame_index++]; in libopenjpeg_copy_unpacked16()
|
/third_party/openh264/test/api/ |
D | BaseThreadDecoderTest.cpp | 286 uint8_t* frame_ptr = buf.data() + bufPos; in ThreadDecodeFile() local 287 DecodeFrame (frame_ptr, frameSize, cbk); in ThreadDecodeFile()
|