Searched refs:frame_out (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_buffer_unittest.cc | 235 void CheckOutFrame(VCMEncodedFrame* frame_out, in CheckOutFrame() argument 238 ASSERT_TRUE(frame_out); in CheckOutFrame() 240 const uint8_t* outData = frame_out->Buffer(); in CheckOutFrame() 251 EXPECT_EQ(size, frame_out->Length()); in CheckOutFrame() 432 VCMEncodedFrame* frame_out = DecodeCompleteFrame(); in TEST_F() local 433 CheckOutFrame(frame_out, size_, false); in TEST_F() 434 EXPECT_EQ(kVideoFrameKey, frame_out->FrameType()); in TEST_F() 435 jitter_buffer_->ReleaseFrame(frame_out); in TEST_F() 451 VCMEncodedFrame* frame_out = DecodeCompleteFrame(); in TEST_F() local 452 CheckOutFrame(frame_out, size_, false); in TEST_F() [all …]
|
/external/mmc-utils/ |
D | mmc_cmds.c | 1514 struct rpmb_frame *frame_out, in do_rpmb_op() argument 1530 if (!frame_in || !frame_out || !out_cnt) in do_rpmb_op() 1552 memset(frame_out, 0, sizeof(*frame_out)); in do_rpmb_op() 1553 frame_out->req_resp = htobe16(MMC_RPMB_READ_RESP); in do_rpmb_op() 1555 ioc.data_ptr = (uintptr_t)frame_out; in do_rpmb_op() 1591 ioc.data_ptr = (uintptr_t)frame_out; in do_rpmb_op() 1613 }, frame_out; in do_rpmb_write_key() local 1647 ret = do_rpmb_op(dev_fd, &frame_in, &frame_out, 1); in do_rpmb_write_key() 1654 if (frame_out.result != 0) { in do_rpmb_write_key() 1656 be16toh(frame_out.result)); in do_rpmb_write_key() [all …]
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 347 static void show_progress(int frame_in, int frame_out, uint64_t dx_time) { in show_progress() argument 350 frame_in, frame_out, dx_time, in show_progress() 351 (double)frame_out * 1000000.0 / (double)dx_time); in show_progress() 547 int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0; in main_loop() local 926 ++frame_out; in main_loop() 942 show_progress(frame_in, frame_out, dx_time); in main_loop() 950 if (frame_out == 1) { in main_loop() 1027 if (frame_out == 1) { in main_loop() 1049 if (frame_out == 1) { in main_loop() 1092 show_progress(frame_in, frame_out, dx_time); in main_loop()
|