Searched refs:eos_ (Results 1 – 11 of 11) sorted by relevance
101 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_ = false; in h264d_prc_ctor()[all …]
124 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()
20 if (eos_) { in Pull()29 eos_ = true; in Pull()
94 bool is_eos() const { return eos_; } in is_eos()105 bool eos_ = false;
151 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()
146 int eos_; // true if a bit was read past the end of buffer member172 return br->eos_ || ((br->pos_ == br->len_) && (br->bit_pos_ > VP8L_LBITS)); in VP8LIsEndOfStream()
125 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_ = VP8LIsEndOfStream(br); in DecodeImageData()[all …]
154 bool eos_;
153 bool eos_;
1065 bool eos = priv->eos_; in vid_dec_FrameDecoded_common()
699 976adac1 Merge "lossless incremental decoding: fix missing eos_ test"700 f8fad4fa lossless incremental decoding: fix missing eos_ test718 16be192f VP8LSetBitPos: remove the eos_ setting2029 d3242aee make VP8LSetBitPos() set br->eos_ flag2030 a9decb55 Lossless decoding: fix eos_ flag condition