HomeSort by relevance Sort by last modified time
    Searched refs:mb_ (Results 1 - 9 of 9) sorted by null

  /external/flatbuffers/grpc/samples/greeter/
server.cpp 15 // flatbuffers::grpc::MessageBuilder mb_;
26 auto msg_offset = mb_.CreateString("Hello, " + name);
27 auto hello_offset = CreateHelloReply(mb_, msg_offset);
28 mb_.Finish(hello_offset);
33 *response_msg = mb_.ReleaseMessage<HelloReply>();
52 auto msg_offset = mb_.CreateString("Many hellos, " + name);
53 auto hello_offset = CreateHelloReply(mb_, msg_offset);
54 mb_.Finish(hello_offset);
55 writer->Write(mb_.ReleaseMessage<HelloReply>());
61 flatbuffers::grpc::MessageBuilder mb_; member in class:final
    [all...]
  /external/webp/src/enc/
filter_enc.c 160 const int s = it->mb_->segment_;
176 if (it->mb_->type_ == 1 && it->mb_->skip_) return;
iterator_enc.c 45 it->mb_ = enc->mb_info_ + y * enc->mb_w_;
313 it->mb_ += 1;
331 it->mb_->type_ = 1;
342 it->mb_->type_ = 0;
346 it->mb_->uv_mode_ = mode;
350 it->mb_->skip_ = skip;
354 it->mb_->segment_ = segment;
quant_enc.c 56 const int is_i16 = (it->mb_->type_ == 1);
760 const VP8SegmentInfo* const dqm = &enc->dqm_[it->mb_->segment_];
812 const VP8SegmentInfo* const dqm = &enc->dqm_[it->mb_->segment_];
834 const VP8SegmentInfo* const dqm = &enc->dqm_[it->mb_->segment_];
914 VP8SegmentInfo* const dqm = &it->enc_->dqm_[it->mb_->segment_];
    [all...]
tree_enc.c 318 const VP8MBInfo* const mb = it.mb_;
frame_enc.c 311 const int i16 = (it->mb_->type_ == 1);
312 const int segment = it->mb_->segment_;
368 if (it->mb_->type_ == 1) { // i16x16
415 if (it->mb_->type_ == 1) { // i16x16
490 const VP8MBInfo* const mb = it->mb_;
713 if (it->mb_->type_ == 1) {
vp8i_enc.h 227 VP8MBInfo* mb_; // current macroblock member in struct:__anon43762
analysis_enc.c 388 it->mb_->alpha_ = best_alpha; // for later remapping.
  /external/webrtc/talk/media/testdata/
voice.rtpdump 4 ??pjhoiiq]]VORjkd[V^lqpiz???lo???{f?????k???????????????k]TST]mbfeflm??{kot????????ill??zqk???bcl???l?????????hy??uro??{ut?je`hozv?{w??????????q]`q|g[W^y??jjj???mks???9:?4????pj?????ve~??lbpv?m^Wedcl~????{????????w???????????pnl?|}bzuuiy~????lhnw?|x???ri]Zcck???rkh????????????{ul??z^hjb_j|???ziz?????????cfo?k??zf_airlcj????pn????}~????*?9;?4?J??pjnpmpy??????}em??unekl{?????~|osxqy}j????uor????p???fax???q?????????yuv??uhho???gcdiknun???refu|{y????y?s|o???b\i??~[Za????n???y??????zy???yl\[Xe???w[[j???nu????>?9<?4???pj?????????~||pairx??ddjk??|oewhljn?m]c}??uz|??????q|????????????????????????yn??????????p???k`k?nX\]]^_^getbbm~mb_]kq??tl??l]u??~?xlj???kp~????|nnp}u?ygi?????????R?9=?4????pj??s}x???ejhaXW]o?????????????|????mn}??j_\d?yfZ`g?}o\X\t?|gky??~r{so?????????????mw?qhl{???k??~{?????????igh???nj~vnfokrnj`l??????????????s???{}x|~tlkbjuk\SXn???g?9>?4?*??pjtnko???kh]n~????{???zmi???v{???wbp??djo?mj[`g??{????????????????ydjw?nso?????ik????????j`t??quq???gaju?plhnlxe_fggrld_^????u}???????id???]cu??vl}????????????gny??{?9??4???pj??nr?kcel~??onu???^bn???xjl`_``jx?y^_l??zhl{w?zo_]~~zz?o????????y??????????yl????nj???w???jk|????nk]_m??zm_`bjmm]at?uwv??{kvz???sh???????????}|???????????lh~?~?????9@?4?j??pj?ycn???t_`i???s????j\hl{~nnk???h_^dbdehd_h????????rn???????????????|v????????hh??rxo_^^koj\[[_dhtw?t???????????rn?????????????|?????}meel???j]dnrjb]m?n`^Z]kkj]_????9A?4?
    [all...]

Completed in 526 milliseconds