Home | History | Annotate | Download | only in test

Lines Matching refs:framesize

958                     outputframe->framesize.bottom = \
959 framesize.bottom;
960 outputframe->framesize.left = \
961 vdec_msg.msgdata.output_frame.framesize.left;
962 outputframe->framesize.right = \
963 vdec_msg.msgdata.output_frame.framesize.right;
964 outputframe->framesize.top = \
965 vdec_msg.msgdata.output_frame.framesize.top;
966 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize;
1095 long frameSize=0;
1119 frameSize = atoi(inputFrameSize);
1121 DEBUG_PRINT ("\n Frame Size is %ld",frameSize);
1125 bytes_read = fread(dataptr, 1, frameSize, inputBufferFile);
1127 if (bytes_read == 0 || bytes_read < frameSize ) {