Home
last modified time | relevance | path

Searched refs:eos_ (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c101 priv->eos_ = true; in h264d_buffer_emptied()
119 if (priv->eos_) { in h264d_buffer_filled()
123 priv->eos_ = false; in h264d_buffer_filled()
264 apriv->eos_ = false; in reset_stream_parameters()
280 if ((!next_is_eos) && ((priv->p_outhdr_->nFilledLen > 0) || priv->use_eglimage || priv->eos_)) { in h264d_manage_buffers()
300 priv->eos_ = !!(priv->in_buffers[0]->nFlags & OMX_BUFFERFLAG_EOS); in decode_frame()
301 unsigned min_bits_left = priv->eos_ ? 32 : MAX2(in_buf->nFilledLen * 8, 32); in decode_frame()
326 if (priv->eos_ && priv->frame_started) in decode_frame()
332 } else if (priv->eos_) { in decode_frame()
369 priv->eos_ in h264d_prc_ctor()
[all...]
H A Dh264eprc.c124 priv->eos_ = true; in h264e_buffer_emptied()
145 if (priv->eos_) { in h264e_buffer_filled()
197 priv->eos_ = false; in reset_stream_parameters()
220 if ((out_buf->nFilledLen != 0) || priv->eos_) { in h264e_manage_buffers()
527 priv->eos_ = false; in h264e_prc_prepare_to_transfer()
578 while (!priv->eos_ && (out_buf = get_output_buffer(priv)) && (in_buf = get_input_buffer(priv))) { in h264e_prc_buffers_ready()
/third_party/node/src/
H A Dnode_bob-inl.h20 if (eos_) { in Pull()
29 eos_ = true; in Pull()
H A Dnode_bob.h94 bool is_eos() const { return eos_; } in is_eos()
105 bool eos_ = false; member in node::bob::SourceImpl
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_utils.c151 br->eos_ = 0; in VP8LInitBitReader()
172 br->eos_ = (br->pos_ > br->len_) || VP8LIsEndOfStream(br); in VP8LBitReaderSetBuffer()
176 br->eos_ = 1; in VP8LSetEndOfStream()
211 if (!br->eos_ && n_bits <= VP8L_MAX_NUM_BIT_READ) { in VP8LReadBits()
H A Dbit_reader_utils.h146 int eos_; // true if a bit was read past the end of buffer member
160 // Flags eos_ if this read attempt is going to cross the read buffer.
169 // the buffer. Doesn't set br->eos_ flag.
172 return br->eos_ || ((br->pos_ == br->len_) && (br->bit_pos_ > VP8L_LBITS)); in VP8LIsEndOfStream()
177 // This function does *not* set br->eos_, since it's speed-critical.
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dvp8l_dec.c125 return !br->eos_; in ReadImageInfo()
348 ok = ok && !br->eos_; in ReadHuffmanCode()
427 if (br->eos_) goto Error; in ReadHuffmanCodes()
1031 while (!br->eos_ && pos < last) { in DecodeAlphaData()
1081 br->eos_ = VP8LIsEndOfStream(br); in DecodeAlphaData()
1087 br->eos_ = VP8LIsEndOfStream(br); in DecodeAlphaData()
1088 if (!ok || (br->eos_ && pos < end)) { in DecodeAlphaData()
1090 dec->status_ = br->eos_ ? VP8_STATUS_SUSPENDED in DecodeAlphaData()
1108 assert(dec->br_.eos_); in RestoreState()
1243 br->eos_ in DecodeImageData()
[all...]
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_common.h154 bool eos_; member
H A Dvid_enc_common.h153 bool eos_;
H A Dvid_dec_h264_common.c1065 bool eos = priv->eos_; in vid_dec_FrameDecoded_common()

Completed in 8 milliseconds