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

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 224 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
230 if (mDecodingFrame) {
247 mDecodingFrame = true;
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 208 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
214 if (mDecodingFrame) {
231 mDecodingFrame = true;
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 218 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
224 if (mDecodingFrame) {
247 mDecodingFrame = true;
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 222 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
228 if (mDecodingFrame) {
251 mDecodingFrame = true;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 140 bool mDecodingFrame; // indicate whether a frame is being decoded
VideoDecoderMPEG2.cpp 223 // setting mDecodingFrame to true so vaEndPicture will be invoked to end the picture decoding.
224 mDecodingFrame = true;
284 mDecodingFrame = false;
VideoDecoderMPEG4.cpp 335 if (picData->new_picture_flag == 1 || mDecodingFrame == false) {
341 if (mDecodingFrame) {
432 mDecodingFrame = true;
VideoDecoderVP8.cpp 272 // setting mDecodingFrame to true so vaEndPicture will be invoked to end the picture decoding.
273 mDecodingFrame = true;
341 mDecodingFrame = false;
VideoDecoderWMV.cpp 264 // setting mDecodingFrame to true so vaEndPicture will be invoked to end the picture decoding.
265 mDecodingFrame = true;
329 mDecodingFrame = false;
VideoDecoderAVC.cpp 304 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
310 if (mDecodingFrame) {
337 mDecodingFrame = true;
    [all...]
VideoDecoderBase.cpp 44 mDecodingFrame(false),
189 mDecodingFrame = false;
237 mDecodingFrame = false;
745 if (mDecodingFrame == false) {
753 // return through exit label to reset mDecodingFrame
778 mDecodingFrame = false;
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 488 mDecodingFrame = true;
751 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
765 mDecodingFrame = true;
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 731 if (sliceParam->first_mb_in_slice == 0 || mDecodingFrame == false) {
745 mDecodingFrame = true;

Completed in 73 milliseconds