/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_ENUM_FRAMESIZES.c | 49 struct v4l2_frmsizeenum framesize; in do_test_VIDIOC_ENUM_FRAMESIZES() local 57 memset(&framesize, 0xff, sizeof(framesize)); in do_test_VIDIOC_ENUM_FRAMESIZES() 58 framesize.index = i; in do_test_VIDIOC_ENUM_FRAMESIZES() 59 framesize.pixel_format = fmt; in do_test_VIDIOC_ENUM_FRAMESIZES() 61 ioctl(get_video_fd(), VIDIOC_ENUM_FRAMESIZES, &framesize); in do_test_VIDIOC_ENUM_FRAMESIZES() 75 CU_ASSERT_EQUAL(framesize.index, i); in do_test_VIDIOC_ENUM_FRAMESIZES() 76 CU_ASSERT_EQUAL(framesize.pixel_format, fmt); in do_test_VIDIOC_ENUM_FRAMESIZES() 77 CU_ASSERT(valid_framesize_type(framesize.type)); in do_test_VIDIOC_ENUM_FRAMESIZES() 80 first_type = framesize.type; in do_test_VIDIOC_ENUM_FRAMESIZES() 82 CU_ASSERT_EQUAL(framesize.type, first_type); in do_test_VIDIOC_ENUM_FRAMESIZES() [all …]
|
D | v4l2_show.c | 130 void show_v4l2_frmsizeenum(struct v4l2_frmsizeenum *framesize) in show_v4l2_frmsizeenum() argument 135 framesize->index, framesize->pixel_format, framesize->type); in show_v4l2_frmsizeenum() 137 switch (framesize->type) { in show_v4l2_frmsizeenum() 140 framesize->discrete.width, framesize->discrete.height); in show_v4l2_frmsizeenum() 150 framesize->stepwise.min_width, in show_v4l2_frmsizeenum() 151 framesize->stepwise.max_width, in show_v4l2_frmsizeenum() 152 framesize->stepwise.step_width, in show_v4l2_frmsizeenum() 153 framesize->stepwise.min_height, in show_v4l2_frmsizeenum() 154 framesize->stepwise.max_height, in show_v4l2_frmsizeenum() 155 framesize->stepwise.step_height); in show_v4l2_frmsizeenum() [all …]
|
D | v4l2_show.h | 17 void show_v4l2_frmsizeenum(struct v4l2_frmsizeenum* framesize);
|
/external/speex/tmv/ |
D | mdf_tm.h | 346 int framesize in mdf_preemph() argument 362 for ( i=0 ; i<framesize ; ++i ) in mdf_preemph() 404 int framesize in mdf_sub() argument 415 for ( i=0,framesize<<=1 ; i<framesize ; i+=4 ) in mdf_sub() 424 for ( i=0 ; i<framesize ; ++i ) in mdf_sub() 439 int framesize in mdf_sub_int() argument 450 for ( i=0,framesize<<=1 ; i<framesize ; i+=4 ) in mdf_sub_int() 459 for ( i=0,j=0 ; i<framesize ; i+=2,++j ) in mdf_sub_int() 517 int framesize in mdf_update_weight() argument 547 memset(wtmp, 0, framesize * sizeof(spx_word16_t)); in mdf_update_weight() [all …]
|
D | preprocess_tm.h | 42 register int i, j, framesize = st->frame_size; in preprocess_analysis() local 44 register int N3 = 2*N - framesize; in preprocess_analysis() 45 register int N4 = framesize - N3; in preprocess_analysis() 63 framesize >>= 1; in preprocess_analysis() 76 for ( i=0,j=0 ; i<framesize ; i+=2,j+=8 ) in preprocess_analysis() 329 register int framesize = st->frame_size; in preprocess_analysis() local 331 register int N3 = 2*N - framesize; in preprocess_analysis() 332 register int N4 = framesize - N3; in preprocess_analysis() 356 for ( i=0 ; i<framesize ; ++i ) in preprocess_analysis() 1010 register int framesize = st->frame_size; in preprocess_update() local [all …]
|
/external/grpc-grpc/test/core/util/ |
D | stack_tracer.cc | 37 void* symbolize_pc, int framesize, in DumpPCAndFrameSizeAndSymbol() argument 45 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 50 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol() 56 void* writerfn_arg, void* pc, int framesize, in DumpPCAndFrameSize() argument 59 if (framesize <= 0) { in DumpPCAndFrameSize() 64 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize()
|
/external/liblc3/tools/ |
D | wave.c | 71 uint16_t framesize; member 111 || format.framesize <= 0 in wave_read_header() 112 || format.byterate != format.samplerate * format.framesize) in wave_read_header() 124 *samplesize = format.framesize / format.channels; in wave_read_header() 127 *nframes = data.size / format.framesize; in wave_read_header() 167 .framesize = nchannels * samplesize, in wave_write_header()
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | examine_stack.cc | 117 void* symbolize_pc, int framesize, in DumpPCAndFrameSizeAndSymbol() argument 125 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 130 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol() 137 void* writerfn_arg, void* pc, int framesize, in DumpPCAndFrameSize() argument 140 if (framesize <= 0) { in DumpPCAndFrameSize() 145 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize()
|
/external/pcre/testdata/ |
D | testinputheap | 1 #pattern framesize, memory 15 /\[(a)]{1000}/expand,framesize 22 /\[(a)]{1000}/expand,framesize 25 /a/heapframes_size,framesize
|
D | testoutputheap-32 | 1 #pattern framesize, memory 42 /\[(a)]{1000}/expand,framesize 53 /\[(a)]{1000}/expand,framesize 61 /a/heapframes_size,framesize
|
D | testoutputheap-16 | 1 #pattern framesize, memory 42 /\[(a)]{1000}/expand,framesize 53 /\[(a)]{1000}/expand,framesize 61 /a/heapframes_size,framesize
|
D | testoutputheap-8 | 1 #pattern framesize, memory 42 /\[(a)]{1000}/expand,framesize 53 /\[(a)]{1000}/expand,framesize 61 /a/heapframes_size,framesize
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 85 int framesize, const char* const prefix) { in DumpPCAndFrameSize() argument 87 if (framesize <= 0) { in DumpPCAndFrameSize() 92 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize() 126 int framesize, const char* const prefix) { in DumpPCAndFrameSizeAndSymbol() argument 133 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 138 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
|
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 88 int framesize, const char* const prefix) { in DumpPCAndFrameSize() argument 90 if (framesize <= 0) { in DumpPCAndFrameSize() 95 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize() 129 int framesize, const char* const prefix) { in DumpPCAndFrameSizeAndSymbol() argument 136 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 141 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
|
/external/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 88 int framesize, const char* const prefix) { in DumpPCAndFrameSize() argument 90 if (framesize <= 0) { in DumpPCAndFrameSize() 95 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize() 129 int framesize, const char* const prefix) { in DumpPCAndFrameSizeAndSymbol() argument 136 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 141 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
|
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 88 int framesize, const char* const prefix) { in DumpPCAndFrameSize() argument 90 if (framesize <= 0) { in DumpPCAndFrameSize() 95 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize() 129 int framesize, const char* const prefix) { in DumpPCAndFrameSizeAndSymbol() argument 136 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 141 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | examine_stack.cc | 88 int framesize, const char* const prefix) { in DumpPCAndFrameSize() argument 90 if (framesize <= 0) { in DumpPCAndFrameSize() 95 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize() 129 int framesize, const char* const prefix) { in DumpPCAndFrameSizeAndSymbol() argument 136 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol() 141 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
|
/external/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 805 WORD32 framesize, WORD16 q_shift, in ixheaacd_eld_dec_windowing() argument 814 WORD32 delay = framesize >> 2; in ixheaacd_eld_dec_windowing() 871 loop_size = (((framesize * 3) - framesize) >> 2) - 1; in ixheaacd_eld_dec_windowing() 897 loop_size = ((((framesize << 2) - delay) - (framesize * 3)) >> 2) - 1; in ixheaacd_eld_dec_windowing() 964 loop_size = (((framesize * 3) - framesize) >> 2) - 1; in ixheaacd_eld_dec_windowing() 989 loop_size = ((((framesize << 2) - delay) - (framesize * 3)) >> 2) - 1; in ixheaacd_eld_dec_windowing() 1013 const WORD16 *p_win, WORD32 framesize, in ixheaacd_eld_dec_windowing_32bit() argument 1024 WORD32 delay = framesize >> 2; in ixheaacd_eld_dec_windowing_32bit() 1074 loop_size = (((framesize * 3) - framesize) >> 2) - 1; in ixheaacd_eld_dec_windowing_32bit() 1100 loop_size = ((((framesize << 2) - delay) - (framesize * 3)) >> 2) - 1; in ixheaacd_eld_dec_windowing_32bit() [all …]
|
/external/python/cpython3/Python/ |
D | optimizer_bytecodes.c | 645 int framesize = co->co_framesize; in dummy_func() local 646 assert(framesize > 0); in dummy_func() 647 assert(framesize <= curr_space); in dummy_func() 648 curr_space -= framesize; in dummy_func() 667 int framesize = co->co_framesize; in dummy_func() local 668 assert(framesize > 0); in dummy_func() 669 assert(framesize <= curr_space); in dummy_func() 670 curr_space -= framesize; in dummy_func() 694 (void)framesize; in dummy_func() 713 int framesize = co->co_framesize; in dummy_func() local [all …]
|
D | optimizer_cases.c.h | 638 int framesize = co->co_framesize; variable 639 assert(framesize > 0); 640 assert(framesize <= curr_space); 641 curr_space -= framesize; 1723 int framesize = co->co_framesize; variable 1724 assert(framesize > 0); 1725 curr_space += framesize; 1900 int framesize = co->co_framesize; variable 1901 assert(framesize > 0); 1902 assert(framesize <= curr_space); [all …]
|
/external/python/cpython3/Lib/test/ |
D | audiotests.py | 175 framesize = self.nchannels * self.sampwidth 176 f.writeframes(self.frames[:-framesize]) 177 f.writeframes(self.frames[-framesize:]) 246 framesize = self.nchannels * self.sampwidth 247 self.check_file(testfile, self.nframes - 1, self.frames[:-framesize]) 277 framesize = self.nchannels * self.sampwidth 278 chunk1 = self.frames[:2 * framesize] 279 chunk2 = self.frames[2 * framesize: 4 * framesize]
|
/external/flac/test/metaflac-test-files/ |
D | case66-expect.meta | 7 minimum framesize: 11 bytes 8 maximum framesize: 11 bytes
|
D | case67-expect.meta | 7 minimum framesize: 11 bytes 8 maximum framesize: 11 bytes
|
/external/libopus/src/ |
D | opus.c | 204 int framesize; in opus_packet_parse_impl() local 214 framesize = opus_packet_get_samples_per_frame(data, 48000); in opus_packet_parse_impl() 256 if (count <= 0 || framesize*(opus_int32)count > 5760) in opus_packet_parse_impl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 378 // <|opcode|svrs|s|ra|s0|s1|framesize> 389 bits<4> framesize = 0; 399 let Inst{3-0} = framesize; 405 // <|opcode|svrs|s|ra|s0|s1|framesize> 614 bits<8> framesize =0; 626 let Inst{23-20} = framesize{7-4}; 635 let Inst{3-0} = framesize{3-0};
|