Home
last modified time | relevance | path

Searched refs:framesize (Results 1 – 25 of 40) sorted by relevance

12

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_ENUM_FRAMESIZES.c49 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 …]
Dv4l2_show.c130 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 …]
Dv4l2_show.h17 void show_v4l2_frmsizeenum(struct v4l2_frmsizeenum* framesize);
/external/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc87 void* symbolize_pc, int framesize, in DumpPCAndFrameSizeAndSymbol() argument
95 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol()
100 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
107 void* writerfn_arg, void* pc, int framesize, in DumpPCAndFrameSize() argument
110 if (framesize <= 0) { in DumpPCAndFrameSize()
115 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize()
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc87 void* symbolize_pc, int framesize, in DumpPCAndFrameSizeAndSymbol() argument
95 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol()
100 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
107 void* writerfn_arg, void* pc, int framesize, in DumpPCAndFrameSize() argument
110 if (framesize <= 0) { in DumpPCAndFrameSize()
115 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize()
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc117 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/openscreen/third_party/abseil/src/absl/debugging/internal/
Dexamine_stack.cc117 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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc117 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/angle/third_party/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc133 void* symbolize_pc, int framesize, in DumpPCAndFrameSizeAndSymbol() argument
141 if (framesize <= 0) { in DumpPCAndFrameSizeAndSymbol()
146 kPrintfPointerFieldWidth, pc, framesize, symbol); in DumpPCAndFrameSizeAndSymbol()
153 void* writerfn_arg, void* pc, int framesize, in DumpPCAndFrameSize() argument
156 if (framesize <= 0) { in DumpPCAndFrameSize()
161 kPrintfPointerFieldWidth, pc, framesize); in DumpPCAndFrameSize()
/external/python/cpython2/Lib/test/
Daudiotests.py123 framesize = self.nchannels * self.sampwidth
124 f.writeframes(self.frames[:-framesize])
125 f.writeframes(self.frames[-framesize:])
197 framesize = self.nchannels * self.sampwidth
198 self.check_file(testfile, self.nframes - 1, self.frames[:-framesize])
228 framesize = self.nchannels * self.sampwidth
229 chunk1 = self.frames[:2 * framesize]
230 chunk2 = self.frames[2 * framesize: 4 * framesize]
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc114 int framesize = 30; /* ms */ in TEST() local
305 framesize = atoi(argv[i + 1]); in TEST()
306 if ((framesize != 30) && (framesize != 60)) { in TEST()
310 framesize); in TEST()
313 printf("\nFrame Length: %d\n", framesize); in TEST()
573 err = WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize); in TEST()
580 err = WebRtcIsacfix_ControlBwe(ISAC_main_inst, rateBPS, framesize, fixedFL); in TEST()
700 WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize); in TEST()
/external/python/cpython3/Lib/test/
Daudiotests.py174 framesize = self.nchannels * self.sampwidth
175 f.writeframes(self.frames[:-framesize])
176 f.writeframes(self.frames[-framesize:])
245 framesize = self.nchannels * self.sampwidth
246 self.check_file(testfile, self.nframes - 1, self.frames[:-framesize])
276 framesize = self.nchannels * self.sampwidth
277 chunk1 = self.frames[:2 * framesize]
278 chunk2 = self.frames[2 * framesize: 4 * framesize]
/external/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
DReleaseTest-API.cc54 int framesize = 30; /* ms */ in main() local
240 framesize = atoi(argv[i + 1]); in main()
241 if ((framesize != 30) && (framesize != 60)) { in main()
245 framesize); in main()
249 printf("Frame Length: %d\n", framesize); in main()
498 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); in main()
511 err = WebRtcIsac_ControlBwe(ISAC_main_inst, rateBPS, framesize, fixedFL); in main()
675 WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); in main()
/external/libxaac/decoder/
Dixheaacd_lpfuncs.c634 WORD32 framesize, WORD16 q_shift, in ixheaacd_eld_dec_windowing() argument
645 WORD32 delay = framesize >> 2; in ixheaacd_eld_dec_windowing()
700 loop_size = (((framesize * 3) - framesize) >> 2) - 1; in ixheaacd_eld_dec_windowing()
726 loop_size = ((((framesize << 2) - delay) - (framesize * 3)) >> 2) - 1; in ixheaacd_eld_dec_windowing()
793 loop_size = (((framesize * 3) - framesize) >> 2) - 1; in ixheaacd_eld_dec_windowing()
818 loop_size = ((((framesize << 2) - delay) - (framesize * 3)) >> 2) - 1; in ixheaacd_eld_dec_windowing()
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac_float_type.h23 int framesize) { in Control()
24 return WebRtcIsac_Control(inst, rate, framesize); in Control()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disac_fix_type.h25 int framesize) { in Control() argument
26 return WebRtcIsacfix_Control(inst, rate, framesize); in Control()
Disacfix.c774 int framesize) in WebRtcIsacfix_Control() argument
797 if (framesize == 30 || framesize == 60) in WebRtcIsacfix_Control()
798 ISAC_inst->ISACenc_obj.new_framelength = (int16_t)((FS/1000) * framesize); in WebRtcIsacfix_Control()
/external/libopus/src/
Dopus.c203 int framesize; in opus_packet_parse_impl() local
213 framesize = opus_packet_get_samples_per_frame(data, 48000); in opus_packet_parse_impl()
255 if (count <= 0 || framesize*(opus_int32)count > 5760) in opus_packet_parse_impl()
Drepacketizer.c70 rp->framesize = opus_packet_get_samples_per_frame(data, 8000); in opus_repacketizer_cat_impl()
80 if ((curr_nb_frames+rp->nb_frames)*rp->framesize > 960) in opus_repacketizer_cat_impl()
/external/llvm/lib/Target/Mips/
DMips16InstrFormats.td379 // <|opcode|svrs|s|ra|s0|s1|framesize>
390 bits<4> framesize = 0;
400 let Inst{3-0} = framesize;
406 // <|opcode|svrs|s|ra|s0|s1|framesize>
615 bits<8> framesize =0;
627 let Inst{23-20} = framesize{7-4};
636 let Inst{3-0} = framesize{3-0};
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrFormats.td378 // <|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};
/external/llvm-project/llvm/lib/Target/Mips/
DMips16InstrFormats.td378 // <|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};
/external/pcre/dist2/src/
Dpcre2_jit_compile.c253 int framesize; member
274 int framesize; member
287 int framesize; member
353 int framesize; member
9628 int framesize; in compile_assert_matchingpath() local
9663 framesize = get_framesize(common, cc, NULL, FALSE, &needs_control_head); in compile_assert_matchingpath()
9664 backtrack->framesize = framesize; in compile_assert_matchingpath()
9680 if (framesize < 0) in compile_assert_matchingpath()
9689 if (framesize == no_frame) in compile_assert_matchingpath()
9711 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath()
[all …]
/external/google-breakpad/src/common/android/include/asm-mips/
Dasm.h51 …e NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent sy… argument
/external/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h245 int framesize);

12